minetest for fun

This commit is contained in:
Ivan Dimitrov 2023-10-24 09:33:29 +03:00
parent 6140a8a782
commit 3bd76b6de4

View File

@ -9,6 +9,16 @@
PermitRootLogin = "prohibit-password"; PermitRootLogin = "prohibit-password";
}; };
}; };
minetest-server = {
enable = true;
port = 30000;
gameId = "mineclone2";
};
};
networking.firewall = {
enable = true;
allowedTCPPorts = [ 30000 ];
allowedUDPPorts = [ 30000 ];
}; };
systemd = { systemd = {
services = { services = {