From a1a6fb02bd2aefea97aa5def3fc4124e088819e2 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 27 Jul 2025 18:42:58 -0500 Subject: [PATCH] firewall --- system-config/services/containers/netbird/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-config/services/containers/netbird/default.nix b/system-config/services/containers/netbird/default.nix index 7d93b3a..6b8df45 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -285,7 +285,7 @@ }; networking.firewall = { - allowedTCPPorts = [ ]; + allowedTCPPorts = [ 80 8080 ]; allowedUDPPorts = [ 3478 ]; allowedUDPPortRanges = [{ from = 49152; to = 54152; }]; };