chore: use most updated package for jackett, sonarr, radarr

This commit is contained in:
Luj 2024-05-25 17:48:51 +02:00
parent 4128841829
commit 619a6bcea9
3 changed files with 9 additions and 3 deletions

View file

@ -35,7 +35,7 @@ in
{
services.radarr = {
enable = true;
package = pkgs.radarr;
package = pkgs.unstable.radarr;
inherit (cfg) user group;
};
}