host/home: use unstable ollama
This commit is contained in:
parent
462a85aac8
commit
69b56b334d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.ollama;
|
package = pkgs.unstable.ollama;
|
||||||
acceleration = "rocm";
|
acceleration = "rocm";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue