about summary refs log tree commit diff
path: root/nixos/modules/services/misc/open-webui.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2024-06-08 17:32:17 +0200
committersternenseemann <sternenseemann@systemli.org>2024-06-08 17:32:17 +0200
commit50848d126cafec4f403df7e12c080d5e23527350 (patch)
treecf16ba45e26842c930e2bfffbe5ff3a63033683d /nixos/modules/services/misc/open-webui.nix
parent1a818e315050ced2f0ddf022ecff2c8c1bed652a (diff)
parent2c32ee395b21b9735d0c25490f080796e7d66abc (diff)
Merge branch master into haskell-updates
Diffstat (limited to 'nixos/modules/services/misc/open-webui.nix')
-rw-r--r--nixos/modules/services/misc/open-webui.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/modules/services/misc/open-webui.nix b/nixos/modules/services/misc/open-webui.nix
index a43e819aac801..b4016d03f675f 100644
--- a/nixos/modules/services/misc/open-webui.nix
+++ b/nixos/modules/services/misc/open-webui.nix
@@ -77,6 +77,8 @@ in
       environment = {
         STATIC_DIR = ".";
         DATA_DIR = ".";
+        HF_HOME = ".";
+        SENTENCE_TRANSFORMERS_HOME = ".";
       } // cfg.environment;
 
       serviceConfig = {