ollama via unstable channel
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgsUnstable, ... }:
|
||||
|
||||
{
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
package = pkgs.ollama-cuda;
|
||||
package = pkgsUnstable.ollama-cuda;
|
||||
};
|
||||
|
||||
services.open-webui.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user