disable config file

This commit is contained in:
Satria 2026-03-07 22:40:00 +07:00
commit ca5bf63c65

View file

@ -11,10 +11,10 @@
environment.DB_URL = lib.mkForce "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; machine-learning.enable = true;
redis.enable = true; redis.enable = true;
settings = { # settings = {
newVersionCheck.enabled = true; # newVersionCheck.enabled = true;
server.externalDomain = "https://gallery.${homelab.domain}"; # server.externalDomain = "https://gallery.${homelab.domain}";
}; # };
}; };
immich-public-proxy = { immich-public-proxy = {
enable = true; enable = true;