From dbafa375d48ad5f21b6b5c8c0dcc03f1578fb208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Thu, 20 Feb 2025 10:25:19 +0100 Subject: [PATCH] Re-enable open webui --- 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 f2593ae..809636f 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";