7 lines
140 B
Nix
7 lines
140 B
Nix
{ ... }:
|
|
|
|
{
|
|
networking.firewall.enable = false;
|
|
networking.firewall.allowedTCPPorts = [];
|
|
networking.firewall.allowedUDPPorts = [];
|
|
}
|