Files
nixos/system/firewall.nix
T
2025-05-19 17:53:19 -05:00

8 lines
227 B
Nix

{ ... }: {
# Open ports in the firewall.
# networking.firewall.allowedTCPPorts = [ ... ];
# networking.firewall.allowedUDPPorts = [ ... ];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
}