Ollama: Difference between revisions

Nicdumz (talk | contribs)
Setup: suggest loading models
m Add missing '=' char after "services.ollama".
Line 3: Line 3:
== Setup ==
== Setup ==
Add following line to your system configuration<syntaxhighlight lang="nix">
Add following line to your system configuration<syntaxhighlight lang="nix">
services.ollama {
services.ollama = {
   enable = true;
   enable = true;
   # Optional: load models on startup
   # Optional: load models on startup