Prowlarr - Config¶
Configuration options for prowlarr config.
Available Options
This page documents 2 configuration options.
nixflix.prowlarr.config.apiKey¶
API key for Prowlarr. Can be created by running:
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 |