diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-12-19 15:22:53 -0600 |
| commit | 7fc4bb05905697e6a43fa3805da45768ea9a9858 (patch) | |
| tree | 8d2857bb18ea5808f254e663f6da654313ab94b1 /hosts/mercury/ai.nix | |
| parent | 5a5b183373c3732d96bb834b3ba0fcf2e88e590f (diff) | |
| parent | cdad26dfda64e94d19db576e93793ded9434bd09 (diff) | |
merge from main
Diffstat (limited to 'hosts/mercury/ai.nix')
| -rw-r--r-- | hosts/mercury/ai.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 42a478a..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"]; - }; - environment.systemPackages = [pkgs.mcphost]; + services.ollama.enable = true; + # environment.systemPackages = [pkgs.mcphost]; } |
