mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 01:44:40 +02:00
service/sonarr: allow insecure dotnet-6
This commit is contained in:
parent
bb4e23bca1
commit
0314eeabd6
1 changed files with 6 additions and 0 deletions
|
@ -18,6 +18,12 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
# TODO: remove when sonarr is updated to 5.x
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"dotnet-sdk-6.0.428"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
];
|
||||
|
||||
services = {
|
||||
sonarr = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue