services/minecraft/num: use standard JRE

This commit is contained in:
Max Headroom 2022-05-27 16:00:15 +02:00
parent 707558fca1
commit 6a588b3853

View file

@ -6,7 +6,7 @@
rsyncSSHKeys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL" # max@TITAN
];
jvmPackage = pkgs.jdk17;
jvmPackage = pkgs.jre;
jvmInitialAllocation = "2G";
jvmMaxAllocation = "8G";
serverConfig = {