From 60e33e2abbf3f3714ee15c66817d8f1feb5d7f14 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 21 May 2023 01:39:01 +0100 Subject: [PATCH] ldap: give users a home dir --- applications/ldap_client.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/applications/ldap_client.nix b/applications/ldap_client.nix index ca64aec..69340cd 100644 --- a/applications/ldap_client.nix +++ b/applications/ldap_client.nix @@ -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;