mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-06-08 02:09:04 +02:00
fix: fix sonarr + jackett on gustave
This commit is contained in:
parent
7c30c450e0
commit
dd163b483e
3 changed files with 7 additions and 1 deletions
|
@ -37,6 +37,7 @@ in
|
|||
# unstable version to have updated torrent list
|
||||
package = pkgs.unstable.jackett.overrideAttrs (
|
||||
_: _: {
|
||||
doCheck = false;
|
||||
postInstall = ''
|
||||
cp ${./ygg-api.yml} $out/lib/jackett/Definitions/ygg-api.yml
|
||||
'';
|
||||
|
|
|
@ -35,7 +35,7 @@ in
|
|||
{
|
||||
services.sonarr = {
|
||||
enable = true;
|
||||
package = pkgs.unstable.sonarr;
|
||||
package = pkgs.sonarr;
|
||||
inherit (cfg) user group;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue