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

This commit is contained in:
Luj 2024-05-25 17:48:51 +02:00
parent 11872885e0
commit ca51d8b9bf
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 9 additions and 3 deletions

View file

@ -35,7 +35,7 @@ in
services.jackett = {
enable = true;
# unstable version to have updated torrent list
package = pkgs.unstable.jackett;
package = pkgs.jackett;
inherit (cfg) user group;
};
}