From 814aec297f8190b8a4025985d7ec91596bbebc27 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 14 Mar 2026 08:19:28 +0700 Subject: [PATCH] add openwebui env file --- modules/system/homelab/ai.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/homelab/ai.nix b/modules/system/homelab/ai.nix index ba83a32..cdd6793 100644 --- a/modules/system/homelab/ai.nix +++ b/modules/system/homelab/ai.nix @@ -14,6 +14,7 @@ open-webui = { enable = true; port = 8080; + environmentFile = "/mnt/data/ollama/.env"; environment = { OLLAMA_BASE_URL = "http://localhost:11434"; # WEBUI_AUTH = "False";