From 6a70880fe8ebf394c2857551de77fae8b839f79f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Tue, 27 May 2025 19:52:30 +0200 Subject: [PATCH] Use open-webui from stable --- hosts/gunter/ollama.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 6697f98..2f0d306 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -6,6 +6,7 @@ }; services.open-webui = { enable = true; + package = pkgs.stable.open-webui; # enable = lib.warn "Open WebUI is disabled" false; environment = { VECTOR_DB = "pgvector";