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";