diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-24 13:35:39 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-24 13:35:47 -0500 |
| commit | c1cef0f7eafaf85bbae9878b92971a97d7583247 (patch) | |
| tree | be4e6c6a01d584fdbfc58cc328ecca54f7be6319 /hosts/mercury/ai.nix | |
| parent | c9ec61f01a26cff66ef779f0b94694684a16d7da (diff) | |
changes; im lazy
Diffstat (limited to 'hosts/mercury/ai.nix')
| -rw-r--r-- | hosts/mercury/ai.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 42a478a..1ce6c25 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -3,5 +3,5 @@ enable = true; loadModels = ["deepseek-r1:1.5b"]; }; - environment.systemPackages = [pkgs.mcphost]; + # environment.systemPackages = [pkgs.mcphost]; } |
