use new ollama cuda selection
This commit is contained in:
parent
385b8801e9
commit
72c4191b77
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@
|
||||||
};
|
};
|
||||||
ollama = {
|
ollama = {
|
||||||
enable = true;
|
enable = true;
|
||||||
acceleration = "cuda";
|
package = pkgs.ollama-cuda;
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
fail2ban.enable = true;
|
fail2ban.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue