nixfiles/profiles/nixos/firewallAllow/httpCommon.nix

5 lines
111 B
Nix
Raw Normal View History

2023-09-14 19:44:27 +01:00
{...}: {
networking.firewall.allowedTCPPorts = [80 443];
networking.firewall.allowedUDPPorts = [80 443];
}