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";