diff --git a/services/monitoring/alerttonotify.nix b/services/monitoring/alerttonotify.nix index b808ac6..b13e063 100644 --- a/services/monitoring/alerttonotify.nix +++ b/services/monitoring/alerttonotify.nix @@ -2,6 +2,7 @@ { sops.secrets."nats_nkey" = { }; systemd.services."alerttonotify" = { + enable = true; wants = [ "network-online.target" ]; after = [ "network-online.target"