Some packages

This commit is contained in:
2025-09-30 20:41:19 +02:00
parent 1e3ed13ee1
commit 9d4effad5b
8 changed files with 70 additions and 34 deletions

View File

@@ -1,5 +1,10 @@
{ ... }:
{
services.ollama.enable = true;
imports = [ ../hardware/nvidia.nix ];
services.ollama = {
enable = true;
acceleration = "cuda";
};
}