diff --git a/nixos/immich.nix b/nixos/immich.nix index 130852d..2a4f308 100644 --- a/nixos/immich.nix +++ b/nixos/immich.nix @@ -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" ]; }