update modpack
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 35s

This commit is contained in:
Satria 2026-05-03 19:15:03 +07:00
commit e9400208dc

View file

@ -1,9 +1,9 @@
{ inputs, lib, pkgs, ... }: let { inputs, lib, pkgs, ... }: let
ram-allocation = "10240M"; 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 { modpack = pkgs.fetchPackwizModpack {
url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/a1372bf1b044fd178d5ca29a8b01805f56c9ee4f/pack.toml"; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/e8a47c7f6dbf26cf436d40d68eed17ac4a98decc/pack.toml";
packHash = "sha256-TCBGa4W+hi6iMzaI9GkapgaQGib0mvhnOObTdEgO/Rs="; packHash = "";
}; };
in { in {
imports = [ inputs.mc.nixosModules.minecraft-servers ]; imports = [ inputs.mc.nixosModules.minecraft-servers ];