From 760007425269055f9838eef2dde8bd03c147da0e Mon Sep 17 00:00:00 2001 From: satr14 Date: Thu, 7 May 2026 21:47:27 +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 cf598ba..f1c4d74 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 = "5123157952be9149f429c694388d003b0acaa61b"; + commit = "667aadf36aac9b0689289f4988a76b924bbb9cbc"; in pkgs.fetchPackwizModpack { packHash = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml";