formatting

This commit is contained in:
Rouven Seifert 2023-12-12 13:01:08 +01:00
parent 220136af25
commit 1789ac741d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -1,7 +1,7 @@
{ config, ...}:
{ config, ... }:
{
sops.secrets = {
"sssd/env"= {};
"sssd/env" = { };
};
services.sssd = {
@ -32,7 +32,7 @@
ldap_tls_cacert = /etc/ssl/certs/ca-bundle.crt
ldap_tls_reqcert = hard
'';
};
security.pam.services.sshd.makeHomeDir = true;
}
}