mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-13 18:28:55 +02:00
Add git and git-lfs to extraPackages in Minecraft configuration
This commit is contained in:
parent
bb38f0ab27
commit
a4c0e6cfac
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ in {
|
|||
loaderVersion = "0.18.4";
|
||||
};
|
||||
|
||||
extraPackages = with pkgs; [ git git-lfs ];
|
||||
|
||||
jvmOpts = lib.concatStringsSep " " [
|
||||
"-Xms54G"
|
||||
# Use 120GB of RA
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue