From 9b4016b2f714ffc4a55d64a1b7f77c47de9c8d3c Mon Sep 17 00:00:00 2001 From: satr14 Date: Wed, 24 Jun 2026 11:42:41 +0700 Subject: [PATCH] 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 10f2e34..61a7d38 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -4,7 +4,7 @@ ram-allocation-mb = 12288; rcon-pass = "howdy"; modpack = let - commit = "583df6751eb0b88830fa7e4a424587aedc241653"; + commit = "de8b0138c870fda24f1dbe1a8ebbe3c1a55734d4"; path = if production then "commit/${commit}" else "branch/main"; in pkgs.fetchPackwizModpack { packHash = "";