nixfiles/profiles/firewallAllow/httpCommon.nix
2023-09-18 03:56:58 +01:00

5 lines
111 B
Nix

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