From 3b500a25a7f5721e66395d07f68d57adc20ba9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 11 Feb 2025 22:34:41 +0100 Subject: [PATCH] Enable alerttonotify service --- services/monitoring/alerttonotify.nix | 1 + 1 file changed, 1 insertion(+) 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"