ollama
This commit is contained in:
parent
74dc0f844f
commit
c0db2461fc
1 changed files with 6 additions and 0 deletions
6
modules/ollama.nix
Normal file
6
modules/ollama.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services.ollama = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue