Prowlarr - Config¶
Configuration options for prowlarr config.
Available Options
This page documents 3 configuration options.
nixflix.prowlarr.config¶
Prowlarr configuration options that will be set via the API.
| Type | submodule |
| Default | |
| Declared in | modules/prowlarr |
nixflix.prowlarr.config.apiKey¶
API key for Prowlarr.
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.apiVersion¶
Current version of the API of the service
| Type | string |
| Default | |
| Declared in | modules/prowlarr |