nixos/nixos/services/firewall.nix
2025-04-17 13:35:52 -04:00

7 lines
140 B
Nix

{ ... }:
{
networking.firewall.enable = false;
networking.firewall.allowedTCPPorts = [];
networking.firewall.allowedUDPPorts = [];
}