minecraft: Run with a non-headless java to include awt
Quark requires awt on the server side to draw some things.
This commit is contained in:
parent
92131a0ec0
commit
8e9b6169b1
|
@ -82,7 +82,7 @@ in
|
|||
tag = "latest";
|
||||
config = {
|
||||
Entrypoint = [ "${entrypoint}" ];
|
||||
Cmd = [ "${pkgs.jre_headless}/bin/java"
|
||||
Cmd = [ "${pkgs.jre}/bin/java"
|
||||
"-Xms2G"
|
||||
"-Xmx2G"
|
||||
# Using recommended flags from https://mcflags.emc.gs
|
||||
|
|
Loading…
Reference in a new issue