Home dir must be accessible
This commit is contained in:
parent
d6d121ab11
commit
44422fda4f
|
@ -82,8 +82,8 @@ in {
|
||||||
};
|
};
|
||||||
systemd.tmpfiles.rules = [
|
systemd.tmpfiles.rules = [
|
||||||
"d /var/lib/nextcloud/data 0700 nextcloud root - -"
|
"d /var/lib/nextcloud/data 0700 nextcloud root - -"
|
||||||
"d /var/lib/nextcloud/data/config 0700 nextcloud root - -"
|
"d /var/lib/nextcloud/data/config 700 nextcloud root - -"
|
||||||
"d /var/lib/nextcloud/home 0700 nextcloud root - -"
|
"d /var/lib/nextcloud/home 0755 nextcloud root - -"
|
||||||
];
|
];
|
||||||
services = {
|
services = {
|
||||||
nscd.enable = false;
|
nscd.enable = false;
|
||||||
|
|
Loading…
Reference in New Issue