Home dir must be accessible

This commit is contained in:
niten 2023-09-06 11:51:17 -07:00
parent d6d121ab11
commit 44422fda4f
1 changed files with 2 additions and 2 deletions

View File

@ -82,8 +82,8 @@ in {
};
systemd.tmpfiles.rules = [
"d /var/lib/nextcloud/data 0700 nextcloud root - -"
"d /var/lib/nextcloud/data/config 0700 nextcloud root - -"
"d /var/lib/nextcloud/home 0700 nextcloud root - -"
"d /var/lib/nextcloud/data/config 700 nextcloud root - -"
"d /var/lib/nextcloud/home 0755 nextcloud root - -"
];
services = {
nscd.enable = false;