Prowlarr - Config - Applications¶
Configuration options for prowlarr config applications.
Available Options
This page documents 4 configuration options.
nixflix.prowlarr.config.applications¶
List of applications to configure in Prowlarr. Any additional attributes beyond name, implementationName, and apiKey will be applied as field values to the application schema.
| Type | list of (open submodule of attribute set of anything) |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.config.applications.*.apiKey¶
Path to file containing the API key for the application
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.
| Type | string or (submodule) |
| Default | |
| Example | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.config.applications.*.implementationName¶
Type of application to configure (matches schema implementationName)
| Type | one of "LazyLibrarian", "Lidarr", "Mylar", "Readarr", "Radarr", "Sonarr", "Whisparr" |
| Declared in | modules/prowlarr |
nixflix.prowlarr.config.applications.*.name¶
User-defined name for the application instance
| Type | string |
| Declared in | modules/prowlarr |