Try with uid again...
This commit is contained in:
parent
397f6995d1
commit
cee024ca09
|
@ -135,7 +135,7 @@ in {
|
||||||
"${hostSecrets.nextcloudAdminPasswd.target-file}:/run/nextcloud/admin.passwd:ro,Z"
|
"${hostSecrets.nextcloudAdminPasswd.target-file}:/run/nextcloud/admin.passwd:ro,Z"
|
||||||
"${cfg.state-directory}/postgres:/var/lib/postgresql/data"
|
"${cfg.state-directory}/postgres:/var/lib/postgresql/data"
|
||||||
];
|
];
|
||||||
# user = mkUserMap cfg.uids.nextcloud;
|
user = mkUserMap cfg.uids.nextcloud;
|
||||||
ports = [ "${toString cfg.port}:80" ];
|
ports = [ "${toString cfg.port}:80" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue