Update game-servers.nix

This commit is contained in:
ediblerope 2026-01-25 16:27:28 +00:00 committed by GitHub
parent 65cd7b3c2a
commit 45d447d2d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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