host/home: add rocm AMD GPU acceleration
This commit is contained in:
parent
ebffa75c63
commit
2a3784696b
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@
|
||||||
services.ollama = {
|
services.ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.unstable.ollama;
|
package = pkgs.unstable.ollama;
|
||||||
|
acceleration = "rocm";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.sniffnet.enable = true;
|
programs.sniffnet.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue