From 72c4191b774d8a4a35350204e5cb46e05daf013d Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 5 Dec 2025 09:41:54 +0100 Subject: [PATCH] use new ollama cuda selection --- hosts/lambdaos/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/lambdaos/configuration.nix b/hosts/lambdaos/configuration.nix index 5d4fd23..156856e 100644 --- a/hosts/lambdaos/configuration.nix +++ b/hosts/lambdaos/configuration.nix @@ -115,7 +115,7 @@ }; ollama = { enable = true; - acceleration = "cuda"; + package = pkgs.ollama-cuda; openFirewall = true; }; fail2ban.enable = true;