This website requires JavaScript.
Explore
Help
Sign in
albert
/
nix
Watch
1
Star
0
Fork
You've already forked nix
0
Code
Issues
Pull requests
Activity
Actions
b0a8ce7b9d
nix
/
nixos
/
common
/
services
/
ollama.nix
9 lines
111 B
Nix
Raw
Normal View
History
Unescape
Escape
+ollama
2024-01-05 10:54:56 +01:00
{
pkgs
,
.
.
.
}:
{
Add ollama config to nixos-framework
2024-12-17 19:51:54 +01:00
services
.
ollama
=
{
enable
=
true
;
loadModels
=
[
"
v
a
n
i
l
j
/
P
h
i
-
4
"
]
;
}
;
}
Reference in a new issue
Copy permalink