File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ with lib; let
1111 sonarrConfig = optionalAttrs cfg . sonarr . enable {
1212 sonarr = {
1313 sonarr_main = {
14- base_url = "http://127.0.0.1:${ toString config . nixflix . sonarr . config . hostConfig . port } " ;
14+ base_url = "http://127.0.0.1:${ toString config . nixflix . sonarr . config . hostConfig . port } ${ toString config . nixflix . sonarr . config . hostConfig . urlBase } " ;
1515 api_key . _secret = "/run/credentials/recyclarr.service/sonarr-api_key" ;
1616
1717 quality_profiles = [
@@ -48,7 +48,7 @@ with lib; let
4848 radarrConfig = optionalAttrs cfg . radarr . enable {
4949 radarr = {
5050 radarr_main = {
51- base_url = "http://127.0.0.1:${ toString config . nixflix . radarr . config . hostConfig . port } " ;
51+ base_url = "http://127.0.0.1:${ toString config . nixflix . radarr . config . hostConfig . port } ${ toString config . nixflix . radarr . config . hostConfig . urlBase } " ;
5252 api_key . _secret = "/run/credentials/recyclarr.service/radarr-api_key" ;
5353
5454 quality_profiles = [
You can’t perform that action at this time.
0 commit comments