6 lines
156 B
Nix
6 lines
156 B
Nix
{ ... } : {
|
|
# networking.firewall.enable = false;
|
|
|
|
networking.firewall.allowedTCPPorts = [ 25565 ];
|
|
networking.firewall.allowedUDPPorts = [ 25565 ];
|
|
} |