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 ./greetd.nix
./gstreamer.nix ./gstreamer.nix
./i18n.nix ./i18n.nix
./jackett.nix
./kdeconnect.nix ./kdeconnect.nix
./keyd.nix ./keyd.nix
./man.nix ./man.nix
@ -75,7 +76,6 @@
./packages.nix ./packages.nix
./printing.nix ./printing.nix
./security.nix ./security.nix
./services.nix
./shell.nix ./shell.nix
./steam.nix ./steam.nix
./syncthing.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;
};
}