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
|
./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
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