feat: add jackett
This commit is contained in:
parent
c93db8ae28
commit
8cf5cbf50d
3 changed files with 8 additions and 9 deletions
|
|
@ -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
7
modules/jackett.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
|
||||
services.jackett = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
{ ... }: {
|
||||
|
||||
services.plex = {
|
||||
enable = false;
|
||||
openFirewall = false;
|
||||
};
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue