Add Minecraft
This commit is contained in:
parent
cfa13b882e
commit
78243e8a14
2 changed files with 10 additions and 1 deletions
|
@ -85,6 +85,11 @@
|
|||
'';
|
||||
};
|
||||
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 25565 ];
|
||||
allowedUDPPorts = [ 25565 ];
|
||||
};
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue