Revert "Removed security exceptions for Sonarr"

This reverts commit 4ee01bc21e.
This commit is contained in:
Filippo Berto 2024-12-14 11:10:49 +01:00
parent 7e193f7f91
commit 20f4881fc3
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -49,6 +49,10 @@
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
];
};