From fd6704591714a57cb676432a101723cd2b9259e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= <torjus@usit.uio.no> Date: Wed, 6 Nov 2024 16:13:32 +0100 Subject: [PATCH] Re-enable ollama open-webui --- 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 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";