mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 15:37:20 +02:00
feat: we have ygg at home
This commit is contained in:
parent
707ad3a495
commit
2abb60d0e9
2 changed files with 124 additions and 1 deletions
|
@ -35,7 +35,13 @@ in
|
|||
services.jackett = {
|
||||
enable = true;
|
||||
# unstable version to have updated torrent list
|
||||
package = pkgs.jackett;
|
||||
package = pkgs.unstable.jackett.overrideAttrs (
|
||||
_: _: {
|
||||
postInstall = ''
|
||||
cp ${./ygg-api.yml} $out/lib/jackett/Definitions/ygg-api.yml
|
||||
'';
|
||||
}
|
||||
);
|
||||
inherit (cfg) user group;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue