Configured Ollama

This commit is contained in:
2026-06-17 18:41:54 +02:00
parent 9640b433a4
commit e1cf4f3647
2 changed files with 20 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
_: {
services.ollama = {
enable = true;
host = "0.0.0.0";
port = 11434;
openFirewall = true;
loadModels = [
"llama3.2:3b"
"qwen2.5:3b"
"deepseek-r1:1.5b"
];
syncModels = true;
};
}