12 lines
138 B
Nix
12 lines
138 B
Nix
|
|
{
|
||
|
|
networking.firewall.allowedTCPPorts = [
|
||
|
|
10250
|
||
|
|
30000
|
||
|
|
32767
|
||
|
|
];
|
||
|
|
|
||
|
|
networking.firewall.allowedUDPPorts = [
|
||
|
|
8472
|
||
|
|
];
|
||
|
|
}
|