petersweb-infra/nixos/firewall.nix
Philip Peterson 90c0fa11e7
attempt fixes
2024-12-06 23:29:41 -09:00

3 lines
75 B
Nix

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