diff --git a/systems/x86_64-linux/sgx/openwebui.nix b/systems/x86_64-linux/sgx/openwebui.nix index 3605a1f..995f66c 100644 --- a/systems/x86_64-linux/sgx/openwebui.nix +++ b/systems/x86_64-linux/sgx/openwebui.nix @@ -11,8 +11,8 @@ ENABLE_OLLAMA_API = "True"; OLLAMA_API_BASE_URL = "http://m4.local:11434"; ENABLE_OPENAI_API = "False"; - # Disable authentication - WEBUI_AUTH = "False"; + # Enable authentication + WEBUI_AUTH = "True"; }; }; }