feat: minecraft server (trust me 2)

This commit is contained in:
s-prechtl 2025-03-29 18:35:28 +01:00
parent 297fe67d61
commit 642c18a7b6
2 changed files with 58 additions and 56 deletions

View file

@ -38,6 +38,7 @@ in {
# This is mandatory, sorry. # This is mandatory, sorry.
eula = true; eula = true;
instances = {
# The name will be used for the state folder and system user. # The name will be used for the state folder and system user.
# In this case, the folder is `/var/lib/mc-aged` # In this case, the folder is `/var/lib/mc-aged`
# and the user `mc-aged`. # and the user `mc-aged`.
@ -76,6 +77,7 @@ in {
}; };
}; };
}; };
};
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }