From a3d4cb0d1d6d97496943a140a670066db8eae6a1 Mon Sep 17 00:00:00 2001 From: ediblerope Date: Tue, 12 May 2026 13:44:55 +0100 Subject: [PATCH] Adding cuda acceleration to ollama. --- services/ollama.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/services/ollama.nix b/services/ollama.nix index 477ebc6..4631034 100644 --- a/services/ollama.nix +++ b/services/ollama.nix @@ -3,6 +3,7 @@ config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") { services.ollama.enable = true; + services.ollama.acceleration = "cuda"; }; } \ No newline at end of file