feat(service/ollama): My server isn't as power as AI asked :c

This commit is contained in:
Raphael 2025-12-04 01:27:41 +01:00
parent ba53f5fdd2
commit 30ee6e8395
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -44,7 +44,7 @@
service = { service = {
selfhost = { selfhost = {
htop = true; htop = true;
ollama = true; ollama = false;
mail = true; mail = true;
monitor = true; monitor = true;
nextcloud = true; nextcloud = true;

View file

@ -14,9 +14,9 @@ in
ollama = { ollama = {
enable = true; enable = true;
loadModels = [ loadModels = [
"qwen2.5:3b" "mistral:7b"
]; ];
acceleration = "cuda"; acceleration = false;
}; };
open-webui = { open-webui = {