Create home with right permissions

This commit is contained in:
Sandro - 2023-01-04 01:28:26 +01:00
parent a5b462d4ed
commit 854385feb0
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ in
};
systemd.tmpfiles.rules = [
"d /home/root 0600 root root -" # createHome does not create it
"d /home/root 0700 root root -" # createHome does not create it
];
users = {