Update hosts/docker/configuration.nix
This commit is contained in:
@@ -83,7 +83,7 @@ systemd.timers.update-containers = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Create Gotify Docker monitoring script task
|
# Create Gotify Docker monitoring script task
|
||||||
{
|
|
||||||
systemd.services.docker-health-to-gotify = {
|
systemd.services.docker-health-to-gotify = {
|
||||||
description = "Alert Gotify when Docker containers become unhealthy";
|
description = "Alert Gotify when Docker containers become unhealthy";
|
||||||
after = [ "docker.service" ];
|
after = [ "docker.service" ];
|
||||||
@@ -108,7 +108,7 @@ systemd.timers.update-containers = {
|
|||||||
Persistent = true;
|
Persistent = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
#Add sym links to data on users home folder
|
#Add sym links to data on users home folder
|
||||||
|
|||||||
Reference in New Issue
Block a user