6 lines
82 B
Nix
6 lines
82 B
Nix
{
|
|
services.ollama = {
|
|
enable = true;
|
|
rocmOverrideGfx = "10.3.0";
|
|
};
|
|
}
|