From f79b57855ace6f85b31203a6ce213b666129a2b8 Mon Sep 17 00:00:00 2001 From: soraefir Date: Sun, 7 Jun 2026 20:40:53 +0200 Subject: [PATCH] fix immich dir --- 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 50cb6fa..5d7a262 100644 --- a/modules/server/containers/apps/immich.nix +++ b/modules/server/containers/apps/immich.nix @@ -12,11 +12,11 @@ in { runtime = { paths = [{ path = "${serverCfg.path.config.path}/immich"; - dirs = ["cache"]; + dirs = ["cache" "thumb" "encoded-video"]; mode = "0750"; }{ path = "${serverCfg.path.data.path}/immich/"; - dirs = ["upload" "thumbs" "encoded-video" "backups"]; + dirs = ["backups"]; mode = "0755"; }];