This website requires JavaScript.
Explore
Help
Sign in
opdavies
/
nix-config
Watch
1
Star
1
Fork
You've already forked nix-config
0
Code
Issues
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
b69bc249bc
nix-config
/
hosts
/
t480
/
ollama.nix
11 lines
129 B
Nix
Raw
Normal View
History
Unescape
Escape
Enable ollama and Open WebUI
2025-04-17 12:00:00 +01:00
{
services
=
{
ollama
=
{
flake update
2025-06-22 13:55:04 +01:00
enable
=
false
;
Enable ollama and Open WebUI
2025-04-17 12:00:00 +01:00
acceleration
=
"
r
o
c
m
"
;
}
;
flake update
2025-06-22 13:55:04 +01:00
open-webui
.
enable
=
false
;
Enable ollama and Open WebUI
2025-04-17 12:00:00 +01:00
}
;
}
Reference in a new issue
Copy permalink