From 152afb4b93aac5566ee66dbb44e03c144193c01d Mon Sep 17 00:00:00 2001 From: Lucy Hochkamp Date: Sun, 13 Jul 2025 20:46:57 +0200 Subject: [PATCH] fuck --- hosts/ds9/containers.nix | 2 +- hosts/picard/ntfy.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; };