weilite: add jackett and derper

This commit is contained in:
xinyangli 2024-11-22 12:07:10 +08:00
parent 6d5436bbaa
commit 69cf719b65
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
3 changed files with 20 additions and 0 deletions

View file

@ -2,5 +2,6 @@
imports = [
./ocis.nix
./restic.nix
./media-download.nix
];
}

View file

@ -0,0 +1,6 @@
{
services.jackett = {
enable = true;
openFirewall = false;
};
}