diff --git a/services/game-servers.nix b/services/game-servers.nix index dda7e94..f2bc470 100644 --- a/services/game-servers.nix +++ b/services/game-servers.nix @@ -7,6 +7,8 @@ wantedBy = [ "multi-user.target" ]; after = [ "network.target" ]; + path = with pkgs; [ bash jdk unzip gawk gnugrep coreutils ]; # Add required tools + environment = { HYTALE_MEMORY = "8G"; # Adjust memory allocation here };