5 lines
111 B
Nix
5 lines
111 B
Nix
{...}: {
|
|
networking.firewall.allowedTCPPorts = [80 443];
|
|
networking.firewall.allowedUDPPorts = [80 443];
|
|
}
|