mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-19 06:07:24 +02:00
fix: remove useless services.ollama.acceleration
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user