Added test loginShellInit
This commit is contained in:
parent
3c6758b343
commit
739e335c28
@ -127,5 +127,9 @@ in
|
|||||||
# Set up home directory
|
# Set up home directory
|
||||||
security.pam.services.login.makeHomeDir = true;
|
security.pam.services.login.makeHomeDir = true;
|
||||||
security.pam.services.sshd.makeHomeDir = true;
|
security.pam.services.sshd.makeHomeDir = true;
|
||||||
|
environment.loginShellInit = ''
|
||||||
|
echo "TEST"
|
||||||
|
groups
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user