update machines

This commit is contained in:
2026-01-11 10:12:55 -06:00
parent 6a3a44b2f0
commit 2ec608c5ae
5 changed files with 28 additions and 3 deletions

View File

@@ -11,6 +11,9 @@
services.ollama = {
enable = true;
acceleration = "cuda";
environmentVariables = {
OLLAMA_CONTEXT_LENGTH = "16000";
};
package = let
pkgs-us = import nixpkgs-us {
system = "x86_64-linux";