From eecf14c3c010628595f7e8e3e23e563a16f4095e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 24 Mar 2025 12:02:35 +0100 Subject: [PATCH] Disable open-webui due to build failure --- hosts/gunter/ollama.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 6697f98..0123751 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -5,8 +5,8 @@ acceleration = "cuda"; }; services.open-webui = { - enable = true; - # enable = lib.warn "Open WebUI is disabled" false; + # 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";