services.sonarr.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! For secrets use services.sonarr.environmentFiles.
- Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))- Default
{ }- Example
{ update.mechanism = "internal"; server = { urlbase = "localhost"; port = 8989; bindaddress = "*"; }; }- Declared
- <nixpkgs/nixos/modules/services/misc/servarr/sonarr.nix>