diff --git a/hosts/ds9/containers.nix b/hosts/ds9/containers.nix index f001acea..7d1abb1d 100644 --- a/hosts/ds9/containers.nix +++ b/hosts/ds9/containers.nix @@ -338,7 +338,7 @@ in virtualisation.oci-containers.containers.labello = { image = "telegnom/labello:latest"; environment = { - LAB_PRINTER_DEVICE = "tcp://10.0.10.240:9100"; + LAB_PRINTER_DEVICE = "tcp://BRN008077572A96.lan:9100"; # LABELLO_DOWNLOAD_FONT = "yes"; }; extraOptions = [ "--network=podman" ]; diff --git a/hosts/picard/ntfy.nix b/hosts/picard/ntfy.nix index 1dac443e..9c707d31 100644 --- a/hosts/picard/ntfy.nix +++ b/hosts/picard/ntfy.nix @@ -1,7 +1,7 @@ {pkgs,config,lib,...}:{ services.ntfy-sh = { enable = true; - settings.base-url = "https://nfty.xyno.systems"; + settings.base-url = "https://ntfy.xyno.systems"; settings.behind-proxy = true; settings.listen-http = ":15992"; };