From a738279d8c5349b6704f9b319efb48ca30fda659 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 22:11:00 +0700 Subject: [PATCH] immich backup restore fix --- modules/system/homelab/gallery.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/gallery.nix b/modules/system/homelab/gallery.nix index 27cc21a..0cf7ebd 100644 --- a/modules/system/homelab/gallery.nix +++ b/modules/system/homelab/gallery.nix @@ -8,6 +8,7 @@ host = "127.0.0.1"; mediaLocation = "/mnt/gallery"; accelerationDevices = null; + environment.DB_URL = "postgresql:///immich?host=/var/run/postgresql&user=immich"; # https://github.com/immich-app/immich/issues/26140 machine-learning.enable = true; redis.enable = true; settings = {