mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:53:55 -05:00
mandarin: fix incorrect ollama setup
This commit is contained in:
parent
32a9eef8d3
commit
bfe0eff46d
|
@ -63,7 +63,7 @@
|
|||
flatpak.enable = true;
|
||||
ollama = {
|
||||
enable = true;
|
||||
gpu = "rocm";
|
||||
gpu = "amd";
|
||||
};
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue