services.nipap.authBackendSettings

auth.backends options to set in /etc/nipap/nipap.conf.

Type
open submodule of attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{
  local = {
    db_path = "/var/lib/nipap/local_auth.db";
    type = "SqliteAuth";
  };
}
Declared
<nixpkgs/nixos/modules/services/web-apps/nipap.nix>