Minetest Server: Difference between revisions

imported>Nix
m add Software/Applications subcategory
imported>Mic92
No edit summary
Line 14: Line 14:
With this setup, a user named 'minetest' will be created, along with its home folder '/var/lib/minetest'. All standard Minetest configuration and world files are stored in '/var/lib/minetest/.minetest'.  
With this setup, a user named 'minetest' will be created, along with its home folder '/var/lib/minetest'. All standard Minetest configuration and world files are stored in '/var/lib/minetest/.minetest'.  


The Minetest service will be started after running nixos-rebuild. It can be controlled using 'systemct'
The Minetest service will be started after running nixos-rebuild. It can be controlled using <code>systemctl</code>
<syntaxhighlight lang=nix>
<syntaxhighlight lang=nix>
systemctl start minetest-server.service
systemctl start minetest-server.service