nixos: services: servarr: remove build work-around

It's been fixed upstream.

This partially reverts commit ad1cfbd6f0.
This commit is contained in:
Bruno BELANYI 2025-02-12 14:30:00 +00:00
parent 40a841031f
commit 374886a63f

View file

@ -96,15 +96,5 @@ in
# Sonarr for shows
(mkFullConfig "sonarr")
(mkFail2Ban "sonarr")
# HACK: until https://github.com/NixOS/nixpkgs/issues/360592 is resolved
(lib.mkIf cfg.sonarr.enable {
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"
];
})
]);
}