nixos: remove firewall.nix
This commit is contained in:
parent
98dbc82d27
commit
6b863b1462
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
||||||
{...}: {
|
|
||||||
networking.firewall = {
|
|
||||||
enable = true;
|
|
||||||
# Open ports in the firewall.
|
|
||||||
#allowedTCPPorts = [ ... ];
|
|
||||||
#allowedUDPPorts = [ ... ];
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Reference in a new issue