Create new root home dir

This commit is contained in:
Sandro - 2022-12-23 21:03:03 +01:00
parent 09ea312b31
commit ae05bdb2dd
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -175,6 +175,10 @@ in
''; '';
}; };
systemd.tmpfiles.rules = [
"d /home/root 0600 root root -" # createHome does not create it
];
users = { users = {
mutableUsers = false; mutableUsers = false;
# store root users files persistent, especially .bash_history # store root users files persistent, especially .bash_history