nix-config/modules2/ollama/acceleration.nix
Oliver Davies 865c60d557
All checks were successful
/ check (push) Successful in 1m45s
Make more things desktop only
2025-07-31 19:48:30 +01:00

3 lines
73 B
Nix

{
flake.modules.nixos.desktop.services.ollama.acceleration = "rocm";
}