6 lines
97 B
Nix
6 lines
97 B
Nix
{
|
|
networking.firewall = {
|
|
allowedTCPPorts = [47584];
|
|
allowedUDPPorts = [47584];
|
|
};
|
|
}
|