bucur/modules/services/firewall.nix

5 lines
110 B
Nix

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