Tweak minecraft and git config

This commit is contained in:
Agatha Lovelace 2023-03-10 23:23:43 +01:00
parent 3a8b7612fb
commit 3086550f06
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,7 @@ let
white-list = true; white-list = true;
spawn-protection = 0; spawn-protection = 0;
allow-flight = true; allow-flight = true;
max-tick-time = 2 * 60 * 1000;
}; };
in { in {
services.modded-minecraft-servers = { services.modded-minecraft-servers = {
@ -42,6 +43,7 @@ in {
enable = true; enable = true;
inherit rsyncSSHKeys jvmOpts; inherit rsyncSSHKeys jvmOpts;
jvmInitialAllocation = "2G";
jvmMaxAllocation = "8G"; jvmMaxAllocation = "8G";
jvmPackage = jre8; jvmPackage = jre8;

View File

@ -38,6 +38,8 @@
extraConfig = { extraConfig = {
init = { defaultBranch = "mistress"; }; init = { defaultBranch = "mistress"; };
core = { editor = "hx"; }; core = { editor = "hx"; };
rebase.autosquash = true;
pull.rebase = true;
}; };
}; };