6 lines
146 B
Nix
6 lines
146 B
Nix
{ ... } : {
|
|
networking.firewall.enable = false;
|
|
|
|
# networking.firewall.allowedTCPPorts = [ ];
|
|
# networking.firewall.allowedUDPPorts = [ ];
|
|
} |