From 2c139f3b1e7e9099fafc46d9af749c10d6a9ba44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 8 Feb 2025 11:28:27 +0100 Subject: [PATCH] Disable open-webui due to build failure --- hosts/gunter/ollama.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 778d8f9..f2593ae 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -5,7 +5,8 @@ acceleration = "cuda"; }; services.open-webui = { - enable = true; + # enable = true; + enable = lib.warn "Open WebUI is disabled" false; environment = { VECTOR_DB = "pgvector"; PGVECTOR_DB_URL = "postgresql://openwebui:openwebui@pgdb1.home.2rjus.net:5432/openwebui";