ldap: give users a home dir

This commit is contained in:
silver 2023-05-21 01:39:01 +01:00
parent e73e15f524
commit 60e33e2abb

View file

@ -51,6 +51,8 @@
config = mkIf cfg.enable {
# this is athe actual configuration that we need to do
# give users a home dir
security.pam.services.sshd.makeHomeDir = true;
services.sssd = {
enable = true;