update ollama, add magic space, install opencode

This commit is contained in:
2026-01-10 18:58:54 -06:00
parent bd20e9a29b
commit daf0ea1169
8 changed files with 63 additions and 28 deletions

View File

@@ -11,12 +11,12 @@
services.ollama = {
enable = true;
acceleration = "cuda";
/*package = let
package = let
pkgs-us = import nixpkgs-us {
system = "x86_64-linux";
config.allowUnfree = true;
};
in pkgs-us.ollama;*/
in pkgs-us.ollama-cuda;
};
};
}