Maintainerr - Settings - Radarr¶
Configuration options for maintainerr settings radarr.
Available Options
This page documents 4 configuration options.
nixflix.maintainerr.settings.radarr¶
This option has no description.
| Type | list of (submodule) |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.radarr.*.apiKey¶
API Key for Radarr server
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/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.radarr.*.serverName¶
Display name of the Radarr server.
| Type | string |
| Declared in | modules/maintainerr/settings/options.nix |
nixflix.maintainerr.settings.radarr.*.url¶
URL of the Radarr server.
| Type | string |
| Example | |
| Declared in | modules/maintainerr/settings/options.nix |