From 5979fe81290327e5bf063a2a3b55993c406d996d Mon Sep 17 00:00:00 2001 From: satr14 Date: Mon, 4 May 2026 11:16:49 +0700 Subject: [PATCH] [skip ci] update modpack --- modules/system/homelab/mc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 15c595d..257c805 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -2,7 +2,7 @@ ram-allocation = "10240M"; auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server modpack = let - commit = "ffd94a9909407a5d1ca2c1a2c35b19b048815dbd"; + commit = "664e8130a15ac597a1d7e889f599205ff6147c06"; in pkgs.fetchPackwizModpack { packHash = "sha256-ipG+TlkQDKODpybJ+Obwpvq8DALc6YaGCBGsn7ayLi0="; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";