From c2ff07b32911d8086715b1807a8d1c4873ab5224 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 3 Apr 2026 00:17:38 -0400 Subject: [PATCH] llama-cpp: disable --- services/llama-cpp.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/llama-cpp.nix b/services/llama-cpp.nix index b6eeb4e..23dee04 100644 --- a/services/llama-cpp.nix +++ b/services/llama-cpp.nix @@ -8,7 +8,7 @@ }: { services.llama-cpp = { - enable = true; + enable = false; model = toString ( pkgs.fetchurl { url = "https://huggingface.co/unsloth/Qwen3.5-9B-GGUF/resolve/main/Qwen3.5-9B-Q4_K_M.gguf";