Change ntfy's subdomain to "alerts"

This commit is contained in:
SebastianStork 2025-06-14 18:43:20 +02:00
parent bf87931934
commit 0183a7545c

View file

@ -22,7 +22,7 @@
};
ntfy = {
enable = true;
domain = "notify.${config.custom.services.tailscale.domain}";
domain = "alerts.${config.custom.services.tailscale.domain}";
};
caddy.virtualHosts = {