petersweb-infra/nixos/firewall.nix
2024-12-07 01:54:11 -09:00

3 lines
79 B
Nix

{pkgs, ...}: {
networking.firewall.allowedTCPPorts = [80 22 443 8009 222];
}