weilite/immich: enable machine learning
This commit is contained in:
parent
2864fe9f87
commit
9071e9af78
1 changed files with 2 additions and 2 deletions
|
@ -108,9 +108,9 @@
|
|||
host = "127.0.0.1";
|
||||
port = 3001;
|
||||
openFirewall = true;
|
||||
machine-learning.enable = false;
|
||||
machine-learning.enable = true;
|
||||
environment = {
|
||||
IMMICH_MACHINE_LEARNING_ENABLED = "false";
|
||||
IMMICH_MACHINE_LEARNING_ENABLED = "true";
|
||||
};
|
||||
database.enable = true;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue