mandarin: enable ollama

This commit is contained in:
Aly Raffauf 2024-06-14 20:14:37 -04:00
parent 9acfb36869
commit 60d669d565

View file

@ -60,6 +60,10 @@
hoenn.enable = true;
};
services = {
ollama = {
enable = true;
gpu = "nvidia";
};
tailscale.enable = true;
};
};