services.whisparr.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.whisparr.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 = 6969;
    bindaddress = "*";
  };
}
Declared
<nixpkgs/nixos/modules/services/misc/servarr/whisparr.nix>