Skip to content

Commit 152afb4

Browse files
committed
fuck
1 parent 1c549d1 commit 152afb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hosts/ds9/containers.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ in
338338
virtualisation.oci-containers.containers.labello = {
339339
image = "telegnom/labello:latest";
340340
environment = {
341-
LAB_PRINTER_DEVICE = "tcp://10.0.10.240:9100";
341+
LAB_PRINTER_DEVICE = "tcp://BRN008077572A96.lan:9100";
342342
# LABELLO_DOWNLOAD_FONT = "yes";
343343
};
344344
extraOptions = [ "--network=podman" ];

hosts/picard/ntfy.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{pkgs,config,lib,...}:{
22
services.ntfy-sh = {
33
enable = true;
4-
settings.base-url = "https://nfty.xyno.systems";
4+
settings.base-url = "https://ntfy.xyno.systems";
55
settings.behind-proxy = true;
66
settings.listen-http = ":15992";
77
};

0 commit comments

Comments
 (0)