From 0183a7545c73bc39aadec09ab5c86dad03890734 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 14 Jun 2025 18:43:20 +0200 Subject: [PATCH] Change ntfy's subdomain to "alerts" --- 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 cc19f2b..4060938 100644 --- a/hosts/cumulus/default.nix +++ b/hosts/cumulus/default.nix @@ -22,7 +22,7 @@ }; ntfy = { enable = true; - domain = "notify.${config.custom.services.tailscale.domain}"; + domain = "alerts.${config.custom.services.tailscale.domain}"; }; caddy.virtualHosts = {