We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c549d1 commit 152afb4Copy full SHA for 152afb4
hosts/ds9/containers.nix
@@ -338,7 +338,7 @@ in
338
virtualisation.oci-containers.containers.labello = {
339
image = "telegnom/labello:latest";
340
environment = {
341
- LAB_PRINTER_DEVICE = "tcp://10.0.10.240:9100";
+ LAB_PRINTER_DEVICE = "tcp://BRN008077572A96.lan:9100";
342
# LABELLO_DOWNLOAD_FONT = "yes";
343
};
344
extraOptions = [ "--network=podman" ];
hosts/picard/ntfy.nix
@@ -1,7 +1,7 @@
1
{pkgs,config,lib,...}:{
2
services.ntfy-sh = {
3
enable = true;
4
- settings.base-url = "https://nfty.xyno.systems";
+ settings.base-url = "https://ntfy.xyno.systems";
5
settings.behind-proxy = true;
6
settings.listen-http = ":15992";
7
0 commit comments