13 lines
155 B
Nix
13 lines
155 B
Nix
{ ... }:
|
|
{
|
|
networking.firewall.enable = true;
|
|
networking.firewall.allowedTCPPorts = [
|
|
22
|
|
80
|
|
443
|
|
2222
|
|
4430
|
|
4431
|
|
8443
|
|
];
|
|
}
|