services.nipap.authBackendSettings
NixOS option
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
declared in: nixos/modules/services/web-apps/nipap.nixView source on NixOS/nixpkgs →{
local = {
db_path = "/var/lib/nipap/local_auth.db";
type = "SqliteAuth";
};
}