feat(immich): Migrate to vectorchord

This commit is contained in:
Tristan Daniël Maat 2025-12-01 20:06:01 +08:00
parent 4b9da36a25
commit 4d773ef9e2
Signed by: tlater
GPG key ID: 02E935006CF2E8E7

View file

@ -18,6 +18,9 @@ in
enable = true; enable = true;
settings.server.externalDomain = "https://${hostName}"; settings.server.externalDomain = "https://${hostName}";
# We're using vectorchord now
database.enableVectors = false;
environment.IMMICH_TELEMETRY_INCLUDE = "all"; environment.IMMICH_TELEMETRY_INCLUDE = "all";
}; };