nixfiles/profiles/nixos/firewallAllow/httpCommon.nix
2024-07-24 14:13:59 +01:00

5 lines
111 B
Nix

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