From 87f07986f1d3f175be1d1792519043cdb3c4b9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 28 May 2026 13:28:58 -0700 Subject: [PATCH] Revert "nixos/immich: fix matplotlib warning in machine-learning" This reverts commit cb2ed10279429d9d216f0e4c9ce29c032ad10b20 because immich-machine-learning no longer transitively depends on matplotlib. --- nixos/modules/services/web-apps/immich.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/modules/services/web-apps/immich.nix b/nixos/modules/services/web-apps/immich.nix index eaa0e3b0b403..a45a4d5492cc 100644 --- a/nixos/modules/services/web-apps/immich.nix +++ b/nixos/modules/services/web-apps/immich.nix @@ -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";