From e458325578c8109b353479ebf3041e8a10dcd3f7 Mon Sep 17 00:00:00 2001 From: fuckwit Date: Sun, 22 Dec 2024 20:32:42 +0100 Subject: [PATCH] allow EOL .NET6 for arr services --- nixos/celestia/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/nixos/celestia/configuration.nix b/nixos/celestia/configuration.nix index d87b3f5..61af79a 100644 --- a/nixos/celestia/configuration.nix +++ b/nixos/celestia/configuration.nix @@ -52,6 +52,14 @@ in { ]; boot.kernelModules = ["amd-pstate"]; + # *arr services are not yet all updated to .NET 8 + nixpkgs.config.permittedInsecurePackages = [ + "aspnetcore-runtime-6.0.36" + "aspnetcore-runtime-wrapped-6.0.36" + "dotnet-sdk-6.0.428" + "dotnet-sdk-wrapped-6.0.428" + ]; + system.stateVersion = "23.11"; # Did you read the comment? networking = { hostName = "celestia";