bucur/modules/services/firewall.nix

14 lines
155 B
Nix
Raw Permalink Normal View History

2026-02-05 17:57:02 +02:00
{ ... }:
{
networking.firewall.enable = true;
2026-07-23 12:42:12 +02:00
networking.firewall.allowedTCPPorts = [
22
80
443
2222
4430
4431
8443
];
2026-02-05 17:57:02 +02:00
}