From b1d635f2fdabb6245142ece706ac6fa095fcfb83 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sun, 4 May 2025 19:16:08 +0200 Subject: [PATCH] feat(heimdall): fix wrong port. --- modules/servers/heimdall/ntfy-sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; } ];