postgres data isn't actually in 'data'

This commit is contained in:
niten 2023-09-04 21:53:00 -07:00
parent cee024ca09
commit d1d29056e8
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ in {
"${cfg.state-directory}/home:/var/lib/nextcloud/home"
"${cfg.state-directory}/data:/var/lib/nextcloud/data"
"${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"
];
user = mkUserMap cfg.uids.nextcloud;
ports = [ "${toString cfg.port}:80" ];