feat: add jackett

This commit is contained in:
Jacob Bachmann 2024-04-04 11:18:53 +02:00
parent c93db8ae28
commit 8cf5cbf50d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 8 additions and 9 deletions

View file

@ -61,6 +61,7 @@
./greetd.nix
./gstreamer.nix
./i18n.nix
./jackett.nix
./kdeconnect.nix
./keyd.nix
./man.nix
@ -75,7 +76,6 @@
./packages.nix
./printing.nix
./security.nix
./services.nix
./shell.nix
./steam.nix
./syncthing.nix

7
modules/jackett.nix Normal file
View file

@ -0,0 +1,7 @@
{
services.jackett = {
enable = true;
};
}

View file

@ -1,8 +0,0 @@
{ ... }: {
services.plex = {
enable = false;
openFirewall = false;
};
}