Fix: Immich Machine Learning: fix IO error
This commit is contained in:
parent
b4b9ef3211
commit
dbf8c50009
1 changed files with 3 additions and 1 deletions
|
|
@ -6,8 +6,10 @@
|
||||||
redis.enable = true;
|
redis.enable = true;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
host = "::";
|
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" ];
|
users.users.immich.extraGroups = [ "video" "render" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue