Skip to content

Recyclarr - Config - Radarr

Configuration options for recyclarr config radarr.

Available Options

This page documents 9 configuration options.

nixflix.recyclarr.config.radarr

Radarr instance configurations

Typenull or (attribute set of (submodule))
Default
null
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.api_key

The API key that Recyclarr should use to synchronize settings to your instance.

Warning

Can be a plain string (visible in Nix store) or { _secret = /path/to/file; } for file-based secrets.

Plain-text secrets will be visible in the Nix store. Use { _secret = path; } for sensitive data.

Typestring or (submodule)
Default
null
Example
{ _secret = "/run/secrets/secret-file"; }
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.base_url

The base URL of your instance. Basically this is the URL you bookmark to get to the front page.

Typestring
Example
"http://127.0.0.1:8989"
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.delete_old_custom_formats

If enabled, custom formats that you remove from your configuration or that are removed from the guide will be deleted from the service. Only applies to formats Recyclarr synchronized; manually added formats are preserved.

Typeboolean
Default
false
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.include

A sequence of include directives to merge into this instance. Each entry must set exactly one of template or config.

Typelist of (submodule)
Default
[ ]
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.include.*.config

An absolute or relative path to the YAML file to include. Relative paths resolve from the includes directory in the Recyclarr app data folder.

Typenull or string
Default
null
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.include.*.template

The ID of an include template from a resource provider. As of Recyclarr v8 the official repository no longer ships any include templates, so this only works with a custom resource provider or user-supplied local includes.

Typenull or string
Default
null
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.media_management

Media management settings.

Typenull or (submodule)
Default
null
Declared inmodules/recyclarr/config-option.nix

nixflix.recyclarr.config.radarr.<name>.media_management.propers_and_repacks

Controls how Sonarr/Radarr handles Propers and Repacks. This corresponds to the 'Propers and Repacks' dropdown in the Media Management settings.

Typenull or one of "prefer_and_upgrade", "do_not_upgrade", "do_not_prefer"
Default
null
Declared inmodules/recyclarr/config-option.nix