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