From 4ee01bc21e3c1ac31c8c73f9ddb5c73efea0a098 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sat, 14 Dec 2024 11:06:43 +0100 Subject: [PATCH] Removed security exceptions for Sonarr --- flake.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flake.nix b/flake.nix index ebebe00..7308df2 100644 --- a/flake.nix +++ b/flake.nix @@ -49,10 +49,6 @@ extraOptions = "experimental-features = nix-command flakes"; permittedInsecurePackages = [ "electron-27.3.11" # LogSeq - "aspnetcore-runtime-6.0.36" # Sonarr - "aspnetcore-runtime-wrapped-6.0.36" # Sonarr - "dotnet-sdk-6.0.428" # Sonarr - "dotnet-sdk-wrapped-6.0.428" # Sonarr ]; };