petersweb-infra/nixos/firewall.nix
2024-11-15 23:41:12 -09:00

3 lines
70 B
Nix

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