mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-01-18 05:19:33 +01:00
sonarr fix for 24.11
This commit is contained in:
parent
d6ce39fd4b
commit
ea65ce798f
|
@ -18,6 +18,14 @@ in
|
|||
openFirewall = true;
|
||||
};
|
||||
|
||||
# sonarr needs some EoL packages to be build
|
||||
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"
|
||||
];
|
||||
|
||||
services.prowlarr = {
|
||||
enable = true;
|
||||
openFirewall = true;
|
||||
|
|
Loading…
Reference in a new issue