From 5dcb37dd58ca7d50a0fdb400da69e0e7a303afdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 30 Dec 2024 10:50:36 +0100 Subject: [PATCH] Add note about PR fixing open-webui failure --- hosts/gunter/ollama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 305078c..9395b95 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -5,7 +5,7 @@ acceleration = "cuda"; }; services.open-webui = { - enable = lib.warn "open-webui disabled due to build failure" false; + enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411" false; environment = { DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True";