From 2bdf3ca4ddd8cde9897cbd0bcd6dcbd9d2718955 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 22:11:48 +0700 Subject: [PATCH] fix force --- modules/system/homelab/gallery.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/system/homelab/gallery.nix b/modules/system/homelab/gallery.nix index 0cf7ebd..5d0f00c 100644 --- a/modules/system/homelab/gallery.nix +++ b/modules/system/homelab/gallery.nix @@ -8,7 +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 + environment.DB_URL = lib.mkForce "postgresql:///immich?host=/var/run/postgresql&user=immich"; # https://github.com/immich-app/immich/issues/26140 machine-learning.enable = true; redis.enable = true; settings = {