From 362afd3d4e6c467def1e7fce4fd1ba401a43ffa9 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 15 May 2026 00:40:14 +0200 Subject: [PATCH] temp override --- modules/server/containers/apps/immich.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/server/containers/apps/immich.nix b/modules/server/containers/apps/immich.nix index fed9ed4..dddfe95 100644 --- a/modules/server/containers/apps/immich.nix +++ b/modules/server/containers/apps/immich.nix @@ -12,7 +12,8 @@ in { mode = "0750"; }{ path = "${serverCfg.dataPath}/immich/"; - mode = "0750"; + owner = "1000:1000"; + mode = "0755"; }]; containers = { @@ -24,6 +25,7 @@ in { extraEnv = { IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003"; REDIS_HOSTNAME = builder.host; + IMMICH_IGNORE_MOUNT_CHECK_ERRORS=true; }; overrides = { volumes = [