diff options
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]; } |
