From 3895cd00277a0964862a4e1fd668b0acea78a588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Mon, 30 Dec 2024 10:51:34 +0100 Subject: [PATCH] Add additional PR to open-webui note --- 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 9395b95..848bc3b 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. Should be fixed by #368411" false; + enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411 #363965" false; environment = { DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True";