Compare commits

...

2 commits

Author SHA1 Message Date
7bb998d022 install modpack mods
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 5m32s
2026-05-03 07:22:10 +07:00
352908c0f3 [skip ci] vsc config 2026-05-03 07:16:59 +07:00
2 changed files with 8 additions and 5 deletions

3
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"nixEnvSelector.suggestion": false
}

View file

@ -1,10 +1,10 @@
{ inputs, lib, pkgs, ... }: let { inputs, lib, pkgs, ... }: let
ram-allocation = "10240M"; ram-allocation = "10240M";
auth-server = "https://mc.satr14.my.id"; auth-server = "https://mc.satr14.my.id";
# modpack = pkgs.fetchPackwizModpack { modpack = pkgs.fetchPackwizModpack {
# url = ""; url = "https://git.satr14.my.id/satr14/server-modpack/raw/commit/a1372bf1b044fd178d5ca29a8b01805f56c9ee4f/pack.toml";
# packHash = ""; packHash = "sha256-TCBGa4W+hi6iMzaI9GkapgaQGib0mvhnOObTdEgO/Rs=";
# }; };
in { in {
imports = [ inputs.mc.nixosModules.minecraft-servers ]; imports = [ inputs.mc.nixosModules.minecraft-servers ];
nixpkgs.overlays = [ inputs.mc.overlay ]; nixpkgs.overlays = [ inputs.mc.overlay ];
@ -93,7 +93,7 @@ in {
symlinks = { symlinks = {
# "resources/datapack/required" = "${modpack}/datapacks"; # "resources/datapack/required" = "${modpack}/datapacks";
# "mods" = "${modpack}/mods"; "mods" = "${modpack}/mods";
# "server-icon.png" = "${modpack}/server-icon.png"; # "server-icon.png" = "${modpack}/server-icon.png";
# "config" = ""; # "config" = "";