diff --git a/modules/servers/heimdall/ntfy-sh.nix b/modules/servers/heimdall/ntfy-sh.nix index 4df44ab..ac747f7 100644 --- a/modules/servers/heimdall/ntfy-sh.nix +++ b/modules/servers/heimdall/ntfy-sh.nix @@ -12,7 +12,7 @@ services.traefik.dynamicConfigOptions.http = { services.ntfy-sh.loadBalancer.servers = [ { - url = "http://localhost:3001"; + url = "http://localhost:2586"; } ];