installed ollama

This commit is contained in:
Leyla Becker 2025-01-29 19:07:49 -06:00
parent b6605dff27
commit 95c8418591
3 changed files with 31 additions and 0 deletions

View file

@ -22,6 +22,16 @@
};
};
services.ollama = {
enable = true;
loadModels = [
"deepseek-coder:6.7b"
"deepseek-r1:8b"
"deepseek-r1:70b"
];
};
# enabled virtualisation for docker
# virtualisation.docker.enable = true;