aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/ai.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/ai.nix')
-rw-r--r--hosts/mercury/ai.nix5
1 files changed, 1 insertions, 4 deletions
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];
}