diff --git a/hosts/gunter/ollama.nix b/hosts/gunter/ollama.nix index 488df26..bd9385e 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 breakage. See PR #348738" false; + enable = true; environment = { DO_NOT_TRACK = "True"; SCARF_NO_ANALYTICS = "True";