nixos/system/ollama.nix
2024-07-24 01:12:33 +02:00

6 lines
84 B
Nix

{...}: {
services.ollama = {
enable = true;
acceleration = "rocm";
};
}