update to 26.05

This commit is contained in:
2026-07-27 12:44:12 +02:00
parent a76b2c2878
commit 15f46c0338
7 changed files with 25 additions and 28 deletions
+1 -2
View File
@@ -3,8 +3,7 @@
{
services.ollama = {
enable = true;
package = pkgs.ollama;
acceleration = "cuda";
package = pkgs.ollama-cuda;
environmentVariables = {
OLLAMA_CONTEXT_LENGTH="32000";
};