Update game-servers.nix
This commit is contained in:
parent
65cd7b3c2a
commit
45d447d2d0
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
||||||
|
path = with pkgs; [ bash jdk unzip gawk gnugrep coreutils ]; # Add required tools
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
HYTALE_MEMORY = "8G"; # Adjust memory allocation here
|
HYTALE_MEMORY = "8G"; # Adjust memory allocation here
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue