From e9400208dcd446d64117ddd69acebaa3bed98b9d Mon Sep 17 00:00:00 2001 From: satr14 Date: Sun, 3 May 2026 19:15:03 +0700 Subject: [PATCH] update modpack --- modules/system/homelab/mc.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index cfa2a7b..acdb803 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -1,9 +1,9 @@ { inputs, lib, pkgs, ... }: let ram-allocation = "10240M"; - auth-server = "https://mc.satr14.my.id"; # self hosted drasl server + auth-server = "https://mc.satr14.my.id"; # TODO: self hosted drasl server modpack = pkgs.fetchPackwizModpack { - url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/a1372bf1b044fd178d5ca29a8b01805f56c9ee4f/pack.toml"; - packHash = "sha256-TCBGa4W+hi6iMzaI9GkapgaQGib0mvhnOObTdEgO/Rs="; + url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/e8a47c7f6dbf26cf436d40d68eed17ac4a98decc/pack.toml"; + packHash = ""; }; in { imports = [ inputs.mc.nixosModules.minecraft-servers ];