From cee024ca09a930e89e96d6f37234dd30a6e17f45 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 4 Sep 2023 21:44:03 -0700 Subject: [PATCH] Try with uid again... --- nextcloud-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud-container.nix b/nextcloud-container.nix index a6ae7a3..2e8f472 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" ]; }; };