host/home: use unstable ollama

This commit is contained in:
Dmitriy Pleshevskiy 2025-03-28 20:22:49 +03:00
parent 462a85aac8
commit 69b56b334d
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -60,7 +60,7 @@
services.ollama = {
enable = true;
package = pkgs.ollama;
package = pkgs.unstable.ollama;
acceleration = "rocm";
};