Service Sonarr

This commit is contained in:
nyanloutre 2018-04-11 22:09:29 +02:00
parent 8921b8617d
commit a54b3c7801
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,7 @@ let
grafana = { ip = "127.0.0.1"; port = 3000; auth = false; };
emby = { ip = "127.0.0.1"; port = 8096; auth = false; };
radarr = { ip = "127.0.0.1"; port = 7878; auth = false; };
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; };
};
@ -154,6 +155,8 @@ backend ${name}-backend
services.radarr.enable = true;
services.sonarr.enable = true;
services.murmur.enable = true;
services.murmur.bandwidth = 128000;
services.murmur.imgMsgLength = 0;