adding minetest server
This commit is contained in:
parent
7f6746cf9a
commit
f8213692e5
1 changed files with 7 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue