diff --git a/modules/home/default.nix b/modules/home/default.nix index 4a7a95c..b6c5e9d 100644 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -7,7 +7,6 @@ catppuccin = { enable = true; autoEnable = true; - cache.enable = true; flavor = ctp-opt.flavor; accent = ctp-opt.accent; diff --git a/modules/system/homelab/mc/mc0-vanilla-plus.nix b/modules/system/homelab/mc/mc0-vanilla-plus.nix index a7fe356..b4d19c3 100644 --- a/modules/system/homelab/mc/mc0-vanilla-plus.nix +++ b/modules/system/homelab/mc/mc0-vanilla-plus.nix @@ -5,10 +5,10 @@ rcon-pass = "howdy"; modpack = let useLatest = false; - commit = "bf95d65e758963899f9d5a4eba6b589c50faffc9"; + commit = "b128b9f93b365570ad650d9b6fea149c54b586c5"; path = if !useLatest then "commit/${commit}" else "branch/main"; in pkgs.fetchPackwizModpack { - packHash = ""; + packHash = "sha256-i0N/Yb4dgSpJLfazm6KSZC9dehU53AmvhXWLKHCU0aA="; url = "https://git.satr14.my.id/satr14/server-modpack/raw/${path}/pack.toml"; }; in {