From 5aad5d2a7bc556a21e64e9198d124e3fbd4f3506 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Tue, 8 Jul 2025 10:54:36 +0200 Subject: [PATCH] Refactor alert URL to use centralized domain config --- hosts/cumulus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/cumulus/default.nix b/hosts/cumulus/default.nix index 9f9a473..9b83ba4 100644 --- a/hosts/cumulus/default.nix +++ b/hosts/cumulus/default.nix @@ -27,7 +27,7 @@ customEndpoints = { "alerts" = { group = "Monitoring"; - url = "https://alerts.${config.custom.services.tailscale.domain}/v1/health"; + url = "https://${config.custom.services.ntfy.domain}/v1/health"; extraConditions = [ "[BODY].healthy == true" ]; }; "git ssh".url = "ssh://git.sstork.dev";