From ede3381d6619cb47c93793259a09e9c247e96058 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 26 Jun 2026 07:54:39 +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 f5ccdb3..482759c 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 = "36be7619e1c5fb0ee312c6ccb5913aef8c83e3d7"; + commit = "bd5c266b2aaaf293aa4b0b0fbefd363fe1ef4a36"; path = if production then "commit/${commit}" else "branch/main"; in pkgs.fetchPackwizModpack { packHash = "";