infrastructure/nixos/access/nginx.nix
2024-01-25 09:20:30 -08:00

6 lines
69 B
Nix

_: {
networking.firewall.allowedTCPPorts = [
443
80
];
}