services.sssd.settings
NixOS option
Contents of sssd.conf.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: nixos/modules/services/misc/sssd.nixView source on NixOS/nixpkgs →{
"domain/shadowutils" = {
auth_provider = "proxy";
id_provider = "proxy";
proxy_fast_alias = true;
proxy_lib_name = "files";
proxy_pam_target = "sssd-shadowutils";
};
nss = { };
pam = { };
sssd = {
domains = "shadowutils";
services = "nss, pam";
};
}