From 7957b237f50827792667b807fea1fa8433d83ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 28 Nov 2024 21:19:23 +0200 Subject: [PATCH] update immich-redis comment --- modules/services/immich/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/services/immich/default.nix b/modules/services/immich/default.nix index 92ce29a..0562830 100644 --- a/modules/services/immich/default.nix +++ b/modules/services/immich/default.nix @@ -42,8 +42,9 @@ in enable = true; port = myData.ports.immich-server; - # TODO: remove the whole block 24.11: redis should listen on the unix socket - # if immich can't find/connect to redis, it will fail on boot, so it's + # N.B. as of 24.11 default redis socket has permissions incompatible + # with how immich is configured. + # If immich can't find/connect to redis, it will fail on boot, so it's # safe to experiment. redis = { enable = true;