diff --git a/system/networking.nix b/system/networking.nix index fab4ef5..feee474 100644 --- a/system/networking.nix +++ b/system/networking.nix @@ -14,8 +14,20 @@ firewall = { enable = true; # Ports used by Local Send - allowedTCPPorts = [ 53317 ]; - allowedUDPPorts = [ 53317 ]; + allowedTCPPorts = [ + 53317 + 8001 + 8002 + 8003 + 8004 + ]; + allowedUDPPorts = [ + 53317 + 8001 + 8002 + 8003 + 8004 + ]; extraCommands = " iptables -I nixos-fw 1 -i br+ -j ACCEPT ";