immich: remove explicit redis block

This commit is contained in:
Motiejus Jakštys 2024-11-28 21:16:15 +02:00
parent 6ecb1625e0
commit 2dbd473c68

View File

@ -41,15 +41,6 @@ in
services.immich = {
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
# safe to experiment.
redis = {
enable = true;
host = "127.0.0.1";
port = 6379;
};
};
services.caddy.virtualHosts."photos.jakstys.lt:80".extraConfig = ''