Try with uid again...

This commit is contained in:
niten 2023-09-04 21:44:03 -07:00
parent 397f6995d1
commit cee024ca09
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ in {
"${hostSecrets.nextcloudAdminPasswd.target-file}:/run/nextcloud/admin.passwd:ro,Z"
"${cfg.state-directory}/postgres:/var/lib/postgresql/data"
];
# user = mkUserMap cfg.uids.nextcloud;
user = mkUserMap cfg.uids.nextcloud;
ports = [ "${toString cfg.port}:80" ];
};
};