adding minetest server

This commit is contained in:
Chris Cochrun 2026-06-04 10:09:38 -05:00
parent 7f6746cf9a
commit f8213692e5

View file

@ -66,6 +66,13 @@
# enableSSHSupport = true;
# };
services.minetest-server = {
enable = true;
configPath = /home/chris/luanti;
world = "myworld";
gameId = "mineclone2";
};
services.syncthing = {
enable = true;
dataDir = "/storage/syncthing";