diff --git a/services.nix b/services.nix index a539a68..ed0f1a8 100644 --- a/services.nix +++ b/services.nix @@ -21,6 +21,7 @@ in sonarr = { ip = "127.0.0.1"; port = 8989; auth = false; }; transmission = { ip = "127.0.0.1"; port = 9091; auth = true; }; syncthing = { ip = "127.0.0.1"; port = 8384; auth = true; }; + jackett = { ip = "127.0.0.1"; port = 9117; auth = true; }; }; services.mailserver.enable = true; @@ -85,8 +86,8 @@ in }; services.radarr.enable = true; - services.sonarr.enable = true; + services.jackett.enable = true; services.murmur.enable = true; services.murmur.bandwidth = 128000;