diff --git a/modules/nixos/services/alertmanager.nix b/modules/nixos/services/alertmanager.nix index 6e4f103..295e2e7 100644 --- a/modules/nixos/services/alertmanager.nix +++ b/modules/nixos/services/alertmanager.nix @@ -72,7 +72,10 @@ in http.addr = "localhost:${toString cfg.ntfyBridgePort}"; ntfy = { baseurl = "https://ntfy.sh"; - notification.topic = "splitleaf"; + notification = { + topic = "splitleaf"; + priority = "default"; + }; }; }; };