nixos/open-webui: add more default variables

This commit is contained in:
Pol Dellaiera 2024-06-07 23:15:54 +02:00
parent 121f68ed7c
commit 028584b548
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

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