nixos/ipa: fix path to ldap.conf

I don't know when this changed, but the openldap client looks for
/etc/ldap.conf now, not /etc/openldap/ldap.conf.

Changed files
+1 -1
nixos
modules
security
+1 -1
nixos/modules/security/ipa.nix
···
}
'';
-
"openldap/ldap.conf".source = ldapConf;
};
environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {
···
}
'';
+
"ldap.conf".source = ldapConf;
};
environment.etc."chromium/policies/managed/freeipa.json" = mkIf cfg.chromiumSupport {