Revert "nixos/immich: fix matplotlib warning in machine-learning"

This reverts commit cb2ed10279 because
immich-machine-learning no longer transitively depends on matplotlib.
This commit is contained in:
Robert Schütz
2026-05-28 15:54:37 -07:00
parent 7c8f41fd54
commit 87f07986f1
@@ -380,8 +380,6 @@ in
MACHINE_LEARNING_WORKERS = "1";
MACHINE_LEARNING_WORKER_TIMEOUT = "120";
MACHINE_LEARNING_CACHE_FOLDER = "/var/cache/immich";
# TODO: drop when insightface no longer unconditionally imports matplotlib
MPLCONFIGDIR = "/var/cache/immich";
XDG_CACHE_HOME = "/var/cache/immich";
IMMICH_HOST = "localhost";
IMMICH_PORT = "3003";