5 lines
110 B
Nix
5 lines
110 B
Nix
{ ... }:
|
|
{
|
|
networking.firewall.enable = true;
|
|
networking.firewall.allowedTCPPorts = [ 22 80 443 8443 ];
|
|
}
|