From 2ffcd0e25708942586e9ffaac30f1e3fd5e27e4e Mon Sep 17 00:00:00 2001 From: mjallen18 Date: Thu, 20 Mar 2025 21:35:22 -0500 Subject: [PATCH] minor cleanups --- hosts/nas/apps/arrs/default.nix | 13 ------------- hosts/nas/nixpkgs.nix | 14 -------------- 2 files changed, 27 deletions(-) diff --git a/hosts/nas/apps/arrs/default.nix b/hosts/nas/apps/arrs/default.nix index fa5259c..44632f6 100755 --- a/hosts/nas/apps/arrs/default.nix +++ b/hosts/nas/apps/arrs/default.nix @@ -26,13 +26,6 @@ let sabnzbdPkg = pkgs.unstable.sabnzbd; in { - 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" - ]; - containers.arrs = { autoStart = true; privateNetwork = true; @@ -47,12 +40,6 @@ in }: { nixpkgs.config.allowUnfree = true; - 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" - ]; # Enable radarr service services.radarr = { diff --git a/hosts/nas/nixpkgs.nix b/hosts/nas/nixpkgs.nix index fa47a23..bd7a33e 100755 --- a/hosts/nas/nixpkgs.nix +++ b/hosts/nas/nixpkgs.nix @@ -24,20 +24,6 @@ "NVidia OptiX EULA" ] ) (if builtins.isList p.meta.license then p.meta.license else [ p.meta.license ]); - - permittedInsecurePackages = [ - # ... - "authentik-2024.6.4" # todo: remove these - "python3.12-authentik-django-2024.6.4" - "authentik-webui-2024.6.4" - "authentik-client-api-2024.6.4" - "authentik-website-2024.6.4" - "authentik-proxy-2024.6.4" - "aspnetcore-runtime-6.0.36" - "aspnetcore-runtime-wrapped-6.0.36" - "dotnet-sdk-6.0.428" - "dotnet-sdk-wrapped-6.0.428" - ]; }; }; } \ No newline at end of file