This commit is contained in:
Lucy Hochkamp 2025-07-13 20:46:57 +02:00
parent 1c549d1242
commit 152afb4b93
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -338,7 +338,7 @@ in
virtualisation.oci-containers.containers.labello = { virtualisation.oci-containers.containers.labello = {
image = "telegnom/labello:latest"; image = "telegnom/labello:latest";
environment = { environment = {
LAB_PRINTER_DEVICE = "tcp://10.0.10.240:9100"; LAB_PRINTER_DEVICE = "tcp://BRN008077572A96.lan:9100";
# LABELLO_DOWNLOAD_FONT = "yes"; # LABELLO_DOWNLOAD_FONT = "yes";
}; };
extraOptions = [ "--network=podman" ]; extraOptions = [ "--network=podman" ];

View file

@ -1,7 +1,7 @@
{pkgs,config,lib,...}:{ {pkgs,config,lib,...}:{
services.ntfy-sh = { services.ntfy-sh = {
enable = true; enable = true;
settings.base-url = "https://nfty.xyno.systems"; settings.base-url = "https://ntfy.xyno.systems";
settings.behind-proxy = true; settings.behind-proxy = true;
settings.listen-http = ":15992"; settings.listen-http = ":15992";
}; };