immich: remove deprecated option

This commit is contained in:
ibizaman 2026-03-31 22:37:12 +02:00
parent 1c14c9251d
commit 5a9c505b5f

View file

@ -505,12 +505,6 @@ in
# 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 = mkIf cfg.machineLearning.enable {
enable = true;