services/minecraft/num: use standard JRE
This commit is contained in:
parent
707558fca1
commit
6a588b3853
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
rsyncSSHKeys = [
|
rsyncSSHKeys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL" # max@TITAN
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL" # max@TITAN
|
||||||
];
|
];
|
||||||
jvmPackage = pkgs.jdk17;
|
jvmPackage = pkgs.jre;
|
||||||
jvmInitialAllocation = "2G";
|
jvmInitialAllocation = "2G";
|
||||||
jvmMaxAllocation = "8G";
|
jvmMaxAllocation = "8G";
|
||||||
serverConfig = {
|
serverConfig = {
|
||||||
|
|
Loading…
Reference in a new issue