From 2c485ff6a585639c623ac2b786c29a397af29e10 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Mon, 19 Dec 2022 17:44:47 +0100 Subject: [PATCH] Remove unused firewall rule --- baldur/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";