services: nextcloud: ensure 'home' exists
This commit is contained in:
parent
a0cdd38848
commit
8cdef69b3e
|
@ -32,6 +32,7 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.nextcloud20; # Nextcloud 19.0.6 is marked as insecure
|
package = pkgs.nextcloud20; # Nextcloud 19.0.6 is marked as insecure
|
||||||
hostName = nextcloudDomain;
|
hostName = nextcloudDomain;
|
||||||
|
home = "/var/lib/nextcloud";
|
||||||
maxUploadSize = cfg.maxSize;
|
maxUploadSize = cfg.maxSize;
|
||||||
config = {
|
config = {
|
||||||
adminuser = cfg.admin;
|
adminuser = cfg.admin;
|
||||||
|
|
Loading…
Reference in a new issue