bucur/modules/services/firewall.nix

6 lines
115 B
Nix
Raw Normal View History

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