minecraft: Run with a non-headless java to include awt

Quark requires awt on the server side to draw some things.
pull/20/head
Tristan Daniël Maat 2020-08-16 21:24:27 +01:00
parent 92131a0ec0
commit 8e9b6169b1
Signed by: tlater
GPG Key ID: 49670FD774E43268
1 changed files with 1 additions and 1 deletions

View File

@ -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