Ollama: auto pull gemma3
This commit is contained in:
parent
5f349a2cdf
commit
4341958595
1 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
{
|
||||
services.ollama.enable = true;
|
||||
services.ollama = {
|
||||
enable = true;
|
||||
loadModels = [ "gemma3" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue