flake update

This commit is contained in:
Xory 2026-01-04 00:26:00 +02:00
parent e209e98b4b
commit 37d83dd90f
6 changed files with 38 additions and 12 deletions

View file

@ -22,7 +22,7 @@
rocmPackages.clr.icd
];
services.ollama.acceleration = "rocm";
services.ollama.package = pkgs.ollama-rocm;
environment.systemPackages = with pkgs; [
framework-tool

View file

@ -24,5 +24,5 @@
};
boot.blacklistedKernelModules = [ "nouveau" ];
services.ollama.acceleration = "cuda";
services.ollama.package = pkgs.ollama-cuda;
}