Ollama: Difference between revisions
→Setup: suggest loading models |
Majabojarska (talk | contribs) 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 | ||