Compare commits
No commits in common. "90ed03a7aeb3cb8d3cde86e261531e02d41bef25" and "0b2ef091ee9c7dd8a7cd9ab1981da47d5c682d59" have entirely different histories.
90ed03a7ae
...
0b2ef091ee
1 changed files with 3 additions and 6 deletions
|
|
@ -2,9 +2,9 @@
|
|||
ram-allocation-mb = 12288;
|
||||
rcon-pass = "howdy";
|
||||
modpack = let
|
||||
commit = "ac9278758cf96b97fbb4f816aca0fb2f94ccf3a2";
|
||||
commit = "a52f65c1234b9f2dbe1392c471cb32a0614c5073";
|
||||
in pkgs.fetchPackwizModpack {
|
||||
packHash = "";
|
||||
packHash = "sha256-WplCmvuCmA8TNeRVBKMwkvizmYlBcU9PDugXXSKTBaA=";
|
||||
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
|
||||
};
|
||||
|
||||
|
|
@ -51,10 +51,6 @@ in {
|
|||
"-XX:+UseCompactObjectHeaders"
|
||||
"-XX:ZAllocationSpikeTolerance=5"
|
||||
"-XX:SoftMaxHeapSize=${toString (ram-allocation-mb - 2048)}M"
|
||||
|
||||
# High MSPT due to ZGC pauses
|
||||
"-XX:ZUncommitDelay=300"
|
||||
"-XX:ZCollectionInterval=5"
|
||||
]; in lib.concatStringsSep " " flags;
|
||||
|
||||
# extraStartPost = let gamerules = {
|
||||
|
|
@ -101,6 +97,7 @@ in {
|
|||
|
||||
symlinks = {
|
||||
# "server-icon.png" = "${modpack}/server-icon.png";
|
||||
"world/datapacks" = "${modpack}/datapacks";
|
||||
"mods" = "${modpack}/mods";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue