nixfiles/profiles/nginx-firewall.nix

5 lines
111 B
Nix

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