Compare commits

..

No commits in common. "20efe8ed84e3eac75a3fcc71a69f3ec8603260a3" and "823ec464e0bdc23ef94eaeb368b5474a0e2f1538" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -24,9 +24,8 @@ in
kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a";
};
openFirewall = true;
symlinks = {
"plugins/LuckPerms.jar" = pkgs.fetchurl { url = "https://download.luckperms.net/1561/bukkit/loader/LuckPerms-Bukkit-5.4.146.jar"; sha512 = "3yx163xas6g30crj41ad8j9gh55ygfh7vbaq12hlm4rxf1npnxh95rhn2nx0qcjd4nl1rz8f8pbvmlh6ka32ahvn6x9rxsc8g6v24jz"; };
};
symlinks.plugins = pkgs.linkFarmFromDrvs "plugins" (builtins.attrValues {
});
};
};
}

View file

@ -7,7 +7,6 @@
# Configure Nix
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.trusted-users=[ "remotebuild" ];
nix.settings.trusted-public-keys = [
"cache.HyperC:90YNJ0eWsuBGVVP989lJh1rL8C0KM6IKbAtEUiu+FCU="
];