ollama via unstable channel

This commit is contained in:
2026-04-24 13:52:09 +02:00
parent bd857c77dd
commit f20066a0af

View File

@@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgsUnstable, ... }:
{ {
services.ollama = { services.ollama = {
enable = true; enable = true;
package = pkgs.ollama-cuda; package = pkgsUnstable.ollama-cuda;
}; };
services.open-webui.enable = true; services.open-webui.enable = true;