10 lines
96 B
Nix
10 lines
96 B
Nix
{
|
|
networking.firewall.allowedTCPPorts = [
|
|
32895
|
|
4533
|
|
2049
|
|
445
|
|
5030
|
|
];
|
|
}
|