update modpack and add credits to readme
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 32s

This commit is contained in:
Satria 2026-05-08 21:09:20 +07:00
commit 3afe1f226f
2 changed files with 4 additions and 3 deletions

View file

@ -9,3 +9,4 @@
## Credits ## Credits
- [orangc's flake](https://git.orangc.net/c/dots) - [orangc's flake](https://git.orangc.net/c/dots)
- [vimjoyer's tutorials](https://www.youtube.com/@vimjoyer)

View file

@ -1,9 +1,9 @@
{ inputs, lib, pkgs, ... }: let { inputs, lib, pkgs, ... }: let
ram-allocation-mb = 12288; ram-allocation-mb = 12288;
modpack = let modpack = let
commit = "667aadf36aac9b0689289f4988a76b924bbb9cbc"; commit = "c82e271f5e8a8067ed62af6e870307459580e812";
in pkgs.fetchPackwizModpack { in pkgs.fetchPackwizModpack {
packHash = "sha256-sNWuqTIpqnwxhoof5PkJXrvVE5x/wnhc3LoqomjYBNs="; packHash = "";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";
}; };
in { in {