nixfiles/profiles/nginx-firewall.nix
2023-09-14 19:44:27 +01:00

4 lines
110 B
Nix

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