6 lines
113 B
Nix
6 lines
113 B
Nix
{
|
|
networking.firewall = {
|
|
allowedTCPPorts = [ 27036 27037 ];
|
|
allowedUDPPorts = [ 27031 27036 ];
|
|
};
|
|
}
|