Merge pull request #318099 from drupol/open-webui-add-more-env-vars

nixos/open-webui: add more default variables
This commit is contained in:
Pol Dellaiera 2024-06-08 08:56:37 +02:00 committed by GitHub
commit a7049a06b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,8 @@ in
environment = {
STATIC_DIR = ".";
DATA_DIR = ".";
HF_HOME = ".";
SENTENCE_TRANSFORMERS_HOME = ".";
} // cfg.environment;
serviceConfig = {