Service Sonarr
This commit is contained in:
parent
8921b8617d
commit
a54b3c7801
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user