Service Jackett
This commit is contained in:
parent
8a922478ef
commit
93d0d72f99
@ -21,6 +21,7 @@ in
|
|||||||
sonarr = { ip = "127.0.0.1"; port = 8989; auth = false; };
|
sonarr = { ip = "127.0.0.1"; port = 8989; auth = false; };
|
||||||
transmission = { ip = "127.0.0.1"; port = 9091; auth = true; };
|
transmission = { ip = "127.0.0.1"; port = 9091; auth = true; };
|
||||||
syncthing = { ip = "127.0.0.1"; port = 8384; 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;
|
services.mailserver.enable = true;
|
||||||
@ -85,8 +86,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
services.radarr.enable = true;
|
services.radarr.enable = true;
|
||||||
|
|
||||||
services.sonarr.enable = true;
|
services.sonarr.enable = true;
|
||||||
|
services.jackett.enable = true;
|
||||||
|
|
||||||
services.murmur.enable = true;
|
services.murmur.enable = true;
|
||||||
services.murmur.bandwidth = 128000;
|
services.murmur.bandwidth = 128000;
|
||||||
|
Loading…
Reference in New Issue
Block a user