From 1f8ff6f2704428591bc7f3c21558c86b8d62914f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 24 May 2025 16:40:04 +0200 Subject: [PATCH] ServeNix: Update Immich --- ServeNix/services/immich.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ServeNix/services/immich.nix b/ServeNix/services/immich.nix index e8d0cb3..3c6a92b 100644 --- a/ServeNix/services/immich.nix +++ b/ServeNix/services/immich.nix @@ -5,7 +5,7 @@ ... }: { virtualisation.oci-containers.containers.immich-database = { - image = "tensorchord/pgvecto-rs:pg15-v0.2.0"; + image = "ghcr.io/immich-app/postgres:15-vectorchord0.3.0-pgvectors0.2.0"; autoStart = true; dependsOn = [];