From 24a0fb6a9394893e9d0f9fcf734c44e3f2064674 Mon Sep 17 00:00:00 2001 From: soraefir Date: Fri, 15 May 2026 02:15:05 +0200 Subject: [PATCH] disable IMMICH_IGNORE_MOUNT_CHECK_ERRORS --- modules/server/containers/apps/immich.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/server/containers/apps/immich.nix b/modules/server/containers/apps/immich.nix index 5897e24..7fd7c38 100644 --- a/modules/server/containers/apps/immich.nix +++ b/modules/server/containers/apps/immich.nix @@ -27,9 +27,9 @@ in { DB_USERNAME = "immich_user"; DB_DATABASE_NAME = "immich_db"; IMMICH_TRUSTED_PROXIES = "10.0.0.0/8"; - # IMMICH_ALLOW_SETUP = "false"; IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003"; - IMMICH_IGNORE_MOUNT_CHECK_ERRORS = "true"; + # IMMICH_ALLOW_SETUP = "false"; + # IMMICH_IGNORE_MOUNT_CHECK_ERRORS = "true"; }; overrides = { volumes = [