bucur/modules/services/firewall.nix

6 lines
110 B
Nix
Raw Normal View History

2026-02-05 17:57:02 +02:00
{ ... }:
{
networking.firewall.enable = true;
networking.firewall.allowedTCPPorts = [ 22 80 443 8443 ];
2026-02-05 17:57:02 +02:00
}