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 = [];