Fix: Immich Machine Learning: fix IO error

This commit is contained in:
Filippo Berto 2025-09-16 11:35:06 +02:00
parent b4b9ef3211
commit dbf8c50009
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -6,8 +6,10 @@
redis.enable = true;
openFirewall = true;
host = "::";
machine-learning.environment = {
HF_XET_CACHE = "/var/cache/immich/huggingface-xet";
};
};
# immich-public-proxy = { enable = true; openFirewall = true; immichUrl = "http://localhost:2283"; };
};
users.users.immich.extraGroups = [ "video" "render" ];
}