Try skipping the uid

This commit is contained in:
niten 2023-09-04 19:15:10 -07:00
parent e5cf9dac6d
commit 397f6995d1
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" ];
};
};