From e0f79ae04b84ea157ce75dd02cc28d69b5065b04 Mon Sep 17 00:00:00 2001 From: servius Date: Tue, 13 Jan 2026 14:30:40 +0530 Subject: [PATCH] chore: add OpenWebUI entry and update LLM URLs --- nixos/tako/services/homepage.nix | 7 +++++++ nixos/tako/services/llms.nix | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/nixos/tako/services/homepage.nix b/nixos/tako/services/homepage.nix index 2a42d68a..92da706d 100644 --- a/nixos/tako/services/homepage.nix +++ b/nixos/tako/services/homepage.nix @@ -107,6 +107,13 @@ href = "https://music.darksailor.dev"; }; } + { + "OpenwebUI" = { + icon = "openwebui.png"; + description = "OpenwebUI: Self-hosted AI chat interface"; + href = "https://chat.darksailor.dev"; + }; + } ]; } ]; diff --git a/nixos/tako/services/llms.nix b/nixos/tako/services/llms.nix index a548a97d..efc200f6 100644 --- a/nixos/tako/services/llms.nix +++ b/nixos/tako/services/llms.nix @@ -18,8 +18,8 @@ ANONYMIZED_TELEMETRY = "False"; WEBUI_AUTH = "False"; ENABLE_LOGIN_FORM = "False"; - WEBUI_URL = "https://llama.darksailor.dev"; - OLLAMA_API_BASE_URL = "https://ollama.darksailor.dev"; + WEBUI_URL = "https://chat.darksailor.dev"; + OLLAMA_BASE_URL = "https://ollama.darksailor.dev"; }; environmentFile = "${config.sops.templates."LLAMA_API_KEY.env".path}"; };