Compare commits
1 Commits
bd857c77dd
...
feature/ol
| Author | SHA1 | Date | |
|---|---|---|---|
| f20066a0af |
@@ -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