mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-31 14:03:03 +02:00
fix: remove useless services.ollama.acceleration
This commit is contained in:
@@ -8,8 +8,7 @@ in
|
||||
{
|
||||
services.ollama = rec {
|
||||
enable = true;
|
||||
package = pkgs.ollama;
|
||||
acceleration = "cuda";
|
||||
package = pkgs.ollama-cuda;
|
||||
host = "0.0.0.0";
|
||||
port = 11434;
|
||||
home = "/var/lib/ollama";
|
||||
|
||||
Reference in New Issue
Block a user