From 73428f1501f29b3b24ae48fe1216734d13a00704 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 8 May 2026 21:12:56 +0700 Subject: [PATCH] update fix --- 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 eb11851..4b3adc6 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -1,7 +1,7 @@ { inputs, lib, pkgs, ... }: let ram-allocation-mb = 12288; modpack = let - commit = "c82e271f5e8a8067ed62af6e870307459580e812"; + commit = "2465b8364a9dd8166921dbe854c5cc7d530cdc7c"; in pkgs.fetchPackwizModpack { packHash = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";