Skip to content

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.

Typesubmodule
Default
{ }
Declared inmodules/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.

Typestring or (submodule)
Default
null
Example
{ _secret = "/run/secrets/secret-file"; }
Declared inmodules/prowlarr

nixflix.prowlarr.config.apiVersion

Current version of the API of the service

Typestring
Default
"v3"
Declared inmodules/prowlarr