feat: adds ollama

This commit is contained in:
Ahwx 2025-09-09 16:05:12 +02:00
parent ac38fa15e8
commit b4d41e5e66

View file

@ -0,0 +1,9 @@
{
services.ollama = {
enable = true;
# Optional: preload models, see https://ollama.com/library
# loadModels = [ "llama3.2:3b" "deepseek-r1:1.5b"];
# acceleration = "rocm"; # nope, 5700XT is too old for this
};
services.open-webui.enable = true;
}