From 8918af8d6eba3c615888340d5f17ff7a3791bca6 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Tue, 16 Dec 2025 11:53:51 +0000 Subject: [PATCH] Update hosts/docker/configuration.nix --- hosts/docker/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/docker/configuration.nix b/hosts/docker/configuration.nix index 30c1851..fe087dc 100644 --- a/hosts/docker/configuration.nix +++ b/hosts/docker/configuration.nix @@ -83,7 +83,7 @@ systemd.timers.update-containers = { }; # Create Gotify Docker monitoring script task -{ + systemd.services.docker-health-to-gotify = { description = "Alert Gotify when Docker containers become unhealthy"; after = [ "docker.service" ]; @@ -108,7 +108,7 @@ systemd.timers.update-containers = { Persistent = true; }; }; -} + #Add sym links to data on users home folder