From d8cbe3ae9ec0a7196685dc9adc4373c1f13a2e38 Mon Sep 17 00:00:00 2001 From: Nathan Date: Mon, 28 Jul 2025 10:05:53 -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 8a2c116..81a621c 100644 --- a/system-config/services/containers/netbird/default.nix +++ b/system-config/services/containers/netbird/default.nix @@ -389,7 +389,7 @@ }; networking.firewall = { - allowedTCPPorts = [ 80 8080 33073 33080 ]; + allowedTCPPorts = [ 80 443 8080 33073 33080 ]; allowedUDPPorts = [ 3478 33073 ]; allowedUDPPortRanges = [{ from = 49152; to = 54152; }]; };