From 0c758c4e3c1427dbfd9ccc94647603e517710a5f Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 27 Dec 2025 00:23:33 +0100 Subject: [PATCH] Removed Openwebui --- modules/common/ai.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/common/ai.nix b/modules/common/ai.nix index 8312048..d91f412 100644 --- a/modules/common/ai.nix +++ b/modules/common/ai.nix @@ -19,9 +19,6 @@ in loadModels = [ "codegemma:7b-instruct" "codegemma:7b-code" "codegemma:2b" "starcoder2:7b" ]; package = gpu; }; - open-webui = { - enable = true; - }; }; }