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
machine-learning.enable = true;
redis.enable = true;
settings = {
newVersionCheck.enabled = true;
server.externalDomain = "https://gallery.${homelab.domain}";
};
# settings = {
# newVersionCheck.enabled = true;
# server.externalDomain = "https://gallery.${homelab.domain}";
# };
};
immich-public-proxy = {
enable = true;