From b468e9d533f7a564b3c81199cc15179d59e0f8f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 23 Feb 2025 20:51:39 +0100 Subject: [PATCH] Improve 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 374c6fc..6b5ef2b 100644 --- a/services/monitoring/alerttonotify.nix +++ b/services/monitoring/alerttonotify.nix @@ -9,6 +9,7 @@ "sops-nix.service" ]; wantedBy = [ "multi-user.target" ]; + restartIfChanged = true; environment = { NATS_URL = "nats://nats1.home.2rjus.net:4222";