diff options
Diffstat (limited to 'Biz/Dev/Networking.nix')
-rw-r--r-- | Biz/Dev/Networking.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Biz/Dev/Networking.nix b/Biz/Dev/Networking.nix index ac80b71..1a28b56 100644 --- a/Biz/Dev/Networking.nix +++ b/Biz/Dev/Networking.nix @@ -44,11 +44,6 @@ in { allowedUDPPortRanges = [ ports.torrents ]; - checkReversePath = false; - #extraCommands = lib.mkMerge [ (lib.mkAfter '' - # iptables -w -t filter -A nixos-fw -s 192.168.0.0/24 -p udp --dport 53 -i enp1s0 -j nixos-fw-accept - # iptables -w -t filter -A nixos-fw -s 192.168.0.0/24 -p tcp --dport 53 -i enp1s0 -j nixos-fw-accept - #'') ]; }; # The global useDHCP flag is deprecated, therefore explicitly set to false here. |