Update hosts/docker/configuration.nix

This commit is contained in:
2025-12-16 12:01:55 +00:00
parent 46c71eb619
commit a9bb49a7e7

View File

@@ -92,7 +92,7 @@ systemd.timers.update-containers = {
# Run as root so it can read /etc/secrets and access docker socket # Run as root so it can read /etc/secrets and access docker socket
# User = "root"; # User = "root";
#EnvironmentFile = "-/etc/secrets/docker-health-alert.env"; #EnvironmentFile = "-/etc/secrets/docker-health-alert.env";
ExecStart = "/mnt/docker-persistent-data/docker/gotify/docker-health-to-gotify.sh"; ExecStart = "${pkgs.bash}/bin/bash /mnt/docker-persistent-data/docker/gotify/docker-health-to-gotify.sh";
StandardOutput = "journal"; StandardOutput = "journal";
StandardError = "journal"; StandardError = "journal";
}; };