From 397f6995d140a4753c66bda61099baeea4b975cf Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 4 Sep 2023 19:15:10 -0700 Subject: [PATCH] Try skipping the uid --- nextcloud-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index 2e8f472..a6ae7a3 100644 --- a/nextcloud-container.nix +++ b/nextcloud-container.nix @@ -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" ]; }; };