Ensure proper perms for /var/hom

This commit is contained in:
niten 2021-10-17 14:00:42 -07:00
parent 8a260cf13b
commit 90dafdf8e1
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ in {
systemd = {
tmpfiles.rules = [
"d /var/home 755 root - - -"
"d /var/home/${cfg.user} 700 ${cfg.user} - - -"
];