Added Luckperms Plugin, Symlink structure only links .jar File (Issue with Readonly Filesystem if plugins-folder is in nix store)
Some checks failed
/ Check NixOS Configuration (push) Has been cancelled
Some checks failed
/ Check NixOS Configuration (push) Has been cancelled
This commit is contained in:
parent
fe1874be0c
commit
20efe8ed84
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,9 @@ in
|
|||
kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a";
|
||||
};
|
||||
openFirewall = true;
|
||||
symlinks.plugins = pkgs.linkFarmFromDrvs "plugins" (builtins.attrValues {
|
||||
});
|
||||
symlinks = {
|
||||
"plugins/LuckPerms.jar" = pkgs.fetchurl { url = "https://download.luckperms.net/1561/bukkit/loader/LuckPerms-Bukkit-5.4.146.jar"; sha512 = "3yx163xas6g30crj41ad8j9gh55ygfh7vbaq12hlm4rxf1npnxh95rhn2nx0qcjd4nl1rz8f8pbvmlh6ka32ahvn6x9rxsc8g6v24jz"; };
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue