4 lines
70 B
Nix
4 lines
70 B
Nix
|
|
{pkgs, ...}: {
|
||
|
|
networking.firewall.allowedTCPPorts = [80 22 443];
|
||
|
|
}
|