Merge pull request #318099 from drupol/open-webui-add-more-env-vars
nixos/open-webui: add more default variables
This commit is contained in:
commit
a7049a06b7
@ -77,6 +77,8 @@ in
|
||||
environment = {
|
||||
STATIC_DIR = ".";
|
||||
DATA_DIR = ".";
|
||||
HF_HOME = ".";
|
||||
SENTENCE_TRANSFORMERS_HOME = ".";
|
||||
} // cfg.environment;
|
||||
|
||||
serviceConfig = {
|
||||
|
Loading…
Reference in New Issue
Block a user