mandarin: fix incorrect ollama setup

This commit is contained in:
Aly Raffauf 2024-06-15 19:29:02 -04:00
parent 32a9eef8d3
commit bfe0eff46d

View file

@ -63,7 +63,7 @@
flatpak.enable = true; flatpak.enable = true;
ollama = { ollama = {
enable = true; enable = true;
gpu = "rocm"; gpu = "amd";
}; };
tailscale.enable = true; tailscale.enable = true;
}; };