From 4551ad4c1049e672d340dec559b47580e3bdef1d Mon Sep 17 00:00:00 2001 From: abysssol Date: Thu, 4 Dec 2025 08:39:40 -0500 Subject: [PATCH] nixos/ollama: fix inaccurate word in `package` description It was overlooked when copy/pasting from a related option. --- nixos/modules/services/misc/ollama.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/misc/ollama.nix b/nixos/modules/services/misc/ollama.nix index 975421e05162..225ebd910ff7 100644 --- a/nixos/modules/services/misc/ollama.nix +++ b/nixos/modules/services/misc/ollama.nix @@ -50,7 +50,7 @@ in - `ollama`: default behavior; usually equivalent to `ollama-cpu` - if `nixpkgs.config.rocmSupport` is enabled, is equivalent to `ollama-rocm` - if `nixpkgs.config.cudaSupport` is enabled, is equivalent to `ollama-cuda` - - otherwise defaults to `false` + - otherwise defaults to `ollama-cpu` - `ollama-cpu`: disable GPU; only use CPU - `ollama-rocm`: supported by most modern AMD GPUs - may require overriding gpu type with `services.ollama.rocmOverrideGfx`