From 92d61afc401500944a81385dcdb4a7ba2e45f1c2 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Thu, 15 Jan 2026 22:39:28 +0100 Subject: [PATCH] gatus: Fix ntfy url --- modules/system/web-services/gatus.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/web-services/gatus.nix b/modules/system/web-services/gatus.nix index 12105c6..d8dd96b 100644 --- a/modules/system/web-services/gatus.nix +++ b/modules/system/web-services/gatus.nix @@ -113,7 +113,7 @@ in connectivity.checker.target = "1.1.1.1:53"; # Cloudflare DNS alerting.ntfy = { topic = "uptime"; - url = "https://alerts.sprouted.cloud"; + url = "https://alerts.${config.custom.networking.overlay.domain}"; click = "https://${cfg.domain}"; default-alert = { enable = true;