diff --git a/hosts/aristotle/anti-feature.nix b/hosts/aristotle/anti-feature.nix index 34a757c..e725a16 100644 --- a/hosts/aristotle/anti-feature.nix +++ b/hosts/aristotle/anti-feature.nix @@ -11,6 +11,7 @@ "sof-firmware" "spotify" "vscodium" + "temurin-bin" ]; allowUnfree = false; diff --git a/hosts/blacksteel/anti-feature.nix b/hosts/blacksteel/anti-feature.nix index 243c862..282a39d 100644 --- a/hosts/blacksteel/anti-feature.nix +++ b/hosts/blacksteel/anti-feature.nix @@ -15,6 +15,7 @@ "spotify" "vscodium" "papermc" + "temurin-bin" ]; allowUnfree = false; diff --git a/hosts/blacksteel/default.nix b/hosts/blacksteel/default.nix index 3ffdc14..f8c169b 100644 --- a/hosts/blacksteel/default.nix +++ b/hosts/blacksteel/default.nix @@ -29,6 +29,8 @@ eula = true; openFirewall = true; + package = pkgs.papermc; + # Updated pkgs.papermc # package = let # mcVersion = "1.20.4";