From 122701ea08438f9f0fe7ecfa99674d165d0cdd3e Mon Sep 17 00:00:00 2001 From: fi Date: Sun, 2 Nov 2025 23:09:55 +0100 Subject: [PATCH] fix nginx proxy procotol port for nekomesh --- config/hosts/metrics-nekomesh/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/hosts/metrics-nekomesh/configuration.nix b/config/hosts/metrics-nekomesh/configuration.nix index 27ec8f0..8d5b18f 100644 --- a/config/hosts/metrics-nekomesh/configuration.nix +++ b/config/hosts/metrics-nekomesh/configuration.nix @@ -9,7 +9,7 @@ hostName = "metrics-nekomesh"; firewall = { enable = true; - allowedTCPPorts = [ 80 443 9091 ]; + allowedTCPPorts = [ 80 8443 9091 ]; }; };