minecraft: init
This commit is contained in:
parent
63e37750a8
commit
ceeec17202
6 changed files with 269 additions and 9 deletions
15
modules/games/server/minecraft/default.nix
Normal file
15
modules/games/server/minecraft/default.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ config, inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./velocity.nix
|
||||
./fabric-modless.nix
|
||||
./building.nix
|
||||
];
|
||||
|
||||
services.minecraft-servers = {
|
||||
enable = true;
|
||||
eula = true;
|
||||
dataDir = "/var/lib/minecraft";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue