disable config file
This commit is contained in:
parent
9124290f47
commit
ca5bf63c65
1 changed files with 4 additions and 4 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue