Baldur open firewall

This commit is contained in:
Filippo Berto 2022-12-19 17:38:04 +01:00
parent 7b883fc03b
commit defca18c6e
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
2 changed files with 2 additions and 1 deletions

View file

@ -78,7 +78,7 @@ with lib; {
networking.firewall = {
enable = true;
allowPing = true;
# allowedTCPPorts = [ ];
allowedTCPPorts = [ 8000 ];
# allowedUDPPorts = [ ];
extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
};