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";