fix: fix sonarr + jackett on gustave

This commit is contained in:
Luj 2025-01-03 00:16:39 +01:00
parent 7c30c450e0
commit dd163b483e
Signed by: luj
GPG key ID: 6FC74C847011FD83
3 changed files with 7 additions and 1 deletions

View file

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