fix luckperms error
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 28s
This commit is contained in:
parent
33f323d1ec
commit
3ac6b06f43
1 changed files with 3 additions and 1 deletions
|
|
@ -60,7 +60,9 @@ in {
|
||||||
"rcon.port" = 25575;
|
"rcon.port" = 25575;
|
||||||
};
|
};
|
||||||
|
|
||||||
symlinks."mods" = "${modpack}/mods";
|
symlinks = lib.mapAttrs'
|
||||||
|
(name: _: lib.nameValuePair "mods/${name}" "${modpack}/mods/${name}")
|
||||||
|
(builtins.readDir "${modpack}/mods");
|
||||||
|
|
||||||
package = pkgs.fabricServers.fabric-1_21_11.override {
|
package = pkgs.fabricServers.fabric-1_21_11.override {
|
||||||
jre_headless = pkgs.javaPackages.compiler.temurin-bin.jdk-25;
|
jre_headless = pkgs.javaPackages.compiler.temurin-bin.jdk-25;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue