Recyclarr - Config¶
Configuration options for recyclarr config.
Available Options
This page documents 1 configuration options.
nixflix.recyclarr.config¶
Recyclarr configuration as a structured Nix attribute set. When set, this completely replaces the auto-generated configuration, giving you full control over the Recyclarr setup.
The structure is: { service_type.instance_name = { ... }; }
- service_type:
sonarrorradarr(only these two keys are allowed) - instance_name: arbitrary name for the instance (e.g.,
sonarr_main,radarr_4k)
Defaults are sonarr.sonarr, sonarr.sonarr_anime, and radarr.radarr.
Each instance supports guide-backed quality profiles (via trash_id) or user-defined ones (via name), custom formats and custom format groups from TRaSH guides, media naming, media management (e.g. Propers and Repacks handling), and template/file includes.
| Type | null or (submodule) |
| Default | |
| Example | |
| Declared in | modules/recyclarr/config-option.nix |