Compare commits

..

2 commits

2 changed files with 4 additions and 2 deletions

View file

@ -24,8 +24,9 @@ in
kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a"; kB01guy = "1ff88b66-beda-4386-85b9-a00a5c27437a";
}; };
openFirewall = true; 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"; };
};
}; };
}; };
} }

View file

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