services.sssd.settings

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
{
  "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";
  };
}
Declared
<nixpkgs/nixos/modules/services/misc/sssd.nix>