update modpack
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 33s

This commit is contained in:
Satria 2026-05-03 19:49:21 +07:00
commit ae5521f823

View file

@ -2,8 +2,8 @@
ram-allocation = "10240M";
auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server
modpack = pkgs.fetchPackwizModpack {
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/e8a47c7f6dbf26cf436d40d68eed17ac4a98decc/pack.toml";
packHash = "sha256-VJ018vTOASlS9Ndp+dI2N5bla2lQcDxY+MPS2qXYufE=";
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/ffd94a9909407a5d1ca2c1a2c35b19b048815dbd/pack.toml";
packHash = "";
};
in {
imports = [ inputs.mc.nixosModules.minecraft-servers ];