Lidarr - Settings¶
Configuration options for lidarr settings.
Available Options
This page documents 6 configuration options.
nixflix.lidarr.settings¶
Attribute set of arbitrary config options. Please consult the documentation at the wiki.
Warning
This configuration is stored in the world-readable Nix store! Don't put secrets here!
| Type | open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string)) |
| Default | |
| Example | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.settings.app.instanceName¶
Name of the instance
| Type | string |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.settings.log.analyticsEnabled¶
Send Anonymous Usage Data
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.settings.server.port¶
Port Number
| Type | 16 bit unsigned integer; between 0 and 65535 (both inclusive) |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.settings.update.automatically¶
Automatically download and install updates.
| Type | boolean |
| Default | |
| Declared in | modules/lidarr.nix |
nixflix.lidarr.settings.update.mechanism¶
which update mechanism to use
| Type | null or one of "external", "builtIn", "script" |
| Default | |
| Declared in | modules/lidarr.nix |