VEGAS/mc-num: use standard JRE
This commit is contained in:
parent
b396db4f56
commit
453bca08b3
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, inputs, pkgs, ... }:
|
||||||
{
|
{
|
||||||
links.mc-num = {};
|
links.mc-num = {};
|
||||||
services.modded-minecraft-servers.instances.num = {
|
services.modded-minecraft-servers.instances.num = {
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
rsyncSSHKeys = [
|
rsyncSSHKeys = [
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL" # max@TITAN
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5C7mC5S2gM0K6x0L/jNwAeQYbFSzs16Q73lONUlIkL" # max@TITAN
|
||||||
];
|
];
|
||||||
jvmPackage = pkgs.jre;
|
jvmPackage = inputs.self.packages.${pkgs.system}.jre17_standard;
|
||||||
jvmInitialAllocation = "2G";
|
jvmInitialAllocation = "2G";
|
||||||
jvmMaxAllocation = "8G";
|
jvmMaxAllocation = "8G";
|
||||||
serverConfig = {
|
serverConfig = {
|
||||||
|
|
Loading…
Reference in a new issue