Remove unused firewall rule

This commit is contained in:
Filippo Berto 2022-12-19 17:44:47 +01:00
parent defca18c6e
commit 2c485ff6a5
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056

View file

@ -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";