mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:03:56 -05:00
mandarin: fix incorrect ollama setup
This commit is contained in:
parent
32a9eef8d3
commit
bfe0eff46d
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue