fix: remove useless services.ollama.acceleration

This commit is contained in:
Ryan Yin
2026-01-24 16:43:39 +08:00
parent 74ed0135aa
commit faedc72f24
+1 -2
View File
@@ -8,8 +8,7 @@ in
{ {
services.ollama = rec { services.ollama = rec {
enable = true; enable = true;
package = pkgs.ollama; package = pkgs.ollama-cuda;
acceleration = "cuda";
host = "0.0.0.0"; host = "0.0.0.0";
port = 11434; port = 11434;
home = "/var/lib/ollama"; home = "/var/lib/ollama";