bucur/modules/services/firewall.nix
2026-03-27 16:52:51 +03:00

5 lines
115 B
Nix

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