This commit is contained in:
Schrottkatze 2022-11-01 18:22:53 +01:00
parent 1d47a987bb
commit 635d358fcd
3 changed files with 13 additions and 96 deletions

View file

@ -107,12 +107,17 @@
# In this case, the folder is `/var/lib/mc-e2es`
# and the user `mc-e2es`.
instances = {
standard-server = {
e2es = {
enable = true;
jvmMaxAllocation = "7G";
jvmInitialAllocation = "2G";
rsyncSSHKeys = [ "" ];
serverConfig = {
# Port must be unique
white-list = true;
spawn-protection = 0;
max-tick-time = 5 * 60 * 1000;
allow-flight = true;
server-port = 8080;
motd = "Hello world";
};