From 93d0d72f9984c207451af46cdc1d1fb72bf05b09 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Fri, 13 Apr 2018 16:11:37 +0200 Subject: [PATCH] Service Jackett --- services.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;