Added test loginShellInit

This commit is contained in:
Jan-Bulthuis 2025-06-09 04:29:25 +02:00
parent 3c6758b343
commit 739e335c28

View File

@ -127,5 +127,9 @@ in
# Set up home directory
security.pam.services.login.makeHomeDir = true;
security.pam.services.sshd.makeHomeDir = true;
environment.loginShellInit = ''
echo "TEST"
groups
'';
};
}