nixos: remove firewall.nix

This commit is contained in:
Guanran Wang 2023-11-04 18:14:58 +08:00
parent 98dbc82d27
commit 6b863b1462
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -1,8 +0,0 @@
{...}: {
networking.firewall = {
enable = true;
# Open ports in the firewall.
#allowedTCPPorts = [ ... ];
#allowedUDPPorts = [ ... ];
};
}