Remove unused firewall rule
This commit is contained in:
parent
defca18c6e
commit
2c485ff6a5
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ with lib; {
|
|||
allowPing = true;
|
||||
allowedTCPPorts = [ 8000 ];
|
||||
# allowedUDPPorts = [ ];
|
||||
extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
|
||||
# extraCommands = ''iptables -t raw -A OUTPUT -p udp -m udp --dport 137 -j CT --helper netbios-ns'';
|
||||
};
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue