bucur/modules/services/firewall.nix
2026-07-23 12:42:12 +02:00

13 lines
155 B
Nix

{ ... }:
{
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [
22
80
443
2222
4430
4431
8443
];
}