immich: remove deprecated option
This commit is contained in:
parent
1c14c9251d
commit
5a9c505b5f
1 changed files with 0 additions and 6 deletions
|
|
@ -505,12 +505,6 @@ in
|
||||||
|
|
||||||
# Database configuration defaults to Unix socket /run/postgresql
|
# Database configuration defaults to Unix socket /run/postgresql
|
||||||
|
|
||||||
# Database configuration
|
|
||||||
database = {
|
|
||||||
# Disable pgvecto.rs, as it was deprecated before SHB integration
|
|
||||||
enableVectors = false;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Machine learning configuration
|
# Machine learning configuration
|
||||||
machine-learning = mkIf cfg.machineLearning.enable {
|
machine-learning = mkIf cfg.machineLearning.enable {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue