diff --git a/baldur/configuration.nix b/baldur/configuration.nix index 70cf082..a967a5d 100644 --- a/baldur/configuration.nix +++ b/baldur/configuration.nix @@ -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";