diff --git a/nixos/networking/firewall.nix b/nixos/networking/firewall.nix deleted file mode 100644 index 0731a08..0000000 --- a/nixos/networking/firewall.nix +++ /dev/null @@ -1,8 +0,0 @@ -{...}: { - networking.firewall = { - enable = true; - # Open ports in the firewall. - #allowedTCPPorts = [ ... ]; - #allowedUDPPorts = [ ... ]; - }; -}