MyNixOS website logo
option

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 .

Declarations
Type
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 = "*";
  };
}