yes
This commit is contained in:
parent
1d47a987bb
commit
635d358fcd
3 changed files with 13 additions and 96 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue