MyNixOS website logo
option

services.nipap.authBackendSettings

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

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