diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 848bc3b..bec369b 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 #363965" false; + enable = lib.warn "open-webui disabled due to build failure. Should be fixed by #368411 #368790" false; environment = { DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True";