Use ollama from master

This commit is contained in:
2025-05-18 10:11:11 -04:00
parent 1f9f0463e5
commit 2daab8d4f2
3 changed files with 33 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
{
config,
lib,
master,
modulesPath,
pkgs,
unstable,
@@ -322,7 +323,7 @@ in
};
services.ollama = {
package = unstable.ollama;
package = master.ollama;
enable = true;
acceleration = "rocm";
host = "0.0.0.0";