From cdad26dfda64e94d19db576e93793ded9434bd09 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Sun, 30 Nov 2025 16:35:17 -0600 Subject: changes from a long time ago. --- hosts/mercury/ai.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'hosts/mercury/ai.nix') diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 1ce6c25..4bdb8e0 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -1,7 +1,4 @@ {pkgs, ...}: { - services.ollama = { - enable = true; - loadModels = ["deepseek-r1:1.5b"]; - }; + services.ollama.enable = true; # environment.systemPackages = [pkgs.mcphost]; } -- cgit v1.3.1