fix: fix sonarr + jackett on gustave

This commit is contained in:
Luj 2025-01-03 00:16:39 +01:00
parent f9969fb4b7
commit 621fb45511
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;
};
}