Make the minecraft stuff work again
This commit is contained in:
parent
cb42b5c0e4
commit
78ac018a11
7 changed files with 68 additions and 35 deletions
12
modules/system/services/server/minecraft/servers/default.nix
Normal file
12
modules/system/services/server/minecraft/servers/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./velocity
|
||||
./dewdemolisher
|
||||
./johnside
|
||||
./roguecraft
|
||||
./skyblock
|
||||
./blockworld
|
||||
./uberbeta
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue