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