From 3afe1f226f41f91d5fe82621b0bfd55ca831aee7 Mon Sep 17 00:00:00 2001 From: satr14 Date: Fri, 8 May 2026 21:09:20 +0700 Subject: [PATCH] update modpack and add credits to readme --- README.md | 3 ++- modules/system/homelab/mc.nix | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ee0d382..2eb43c0 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ - `homelab` - i7 8700T, 32GB RAM, 512GB NVME, 1TB 2.5" SATA ## Credits -- [orangc's flake](https://git.orangc.net/c/dots) \ No newline at end of file +- [orangc's flake](https://git.orangc.net/c/dots) +- [vimjoyer's tutorials](https://www.youtube.com/@vimjoyer) \ No newline at end of file diff --git a/modules/system/homelab/mc.nix b/modules/system/homelab/mc.nix index 4e45400..eb11851 100644 --- a/modules/system/homelab/mc.nix +++ b/modules/system/homelab/mc.nix @@ -1,9 +1,9 @@ { inputs, lib, pkgs, ... }: let ram-allocation-mb = 12288; modpack = let - commit = "667aadf36aac9b0689289f4988a76b924bbb9cbc"; + commit = "c82e271f5e8a8067ed62af6e870307459580e812"; in pkgs.fetchPackwizModpack { - packHash = "sha256-sNWuqTIpqnwxhoof5PkJXrvVE5x/wnhc3LoqomjYBNs="; + packHash = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/${commit}/pack.toml"; }; in {