diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index d6a752e..488df26 100644 --- a/hosts/gunter/ollama.nix +++ b/hosts/gunter/ollama.nix @@ -1,11 +1,11 @@ -{ pkgs, ... }: +{ pkgs, lib, ... }: { services.ollama = { enable = true; acceleration = "cuda"; }; services.open-webui = { - enable = true; + enable = lib.warn "open-webui disabled due to breakage. See PR #348738" false; environment = { DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True";