From 605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Wed, 4 Mar 2026 16:47:19 -0600 Subject: comment out ai --- hosts/mercury/ai.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'hosts/mercury/ai.nix') diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix index 4bdb8e0..4615838 100644 --- a/hosts/mercury/ai.nix +++ b/hosts/mercury/ai.nix @@ -1,4 +1,8 @@ {pkgs, ...}: { services.ollama.enable = true; # environment.systemPackages = [pkgs.mcphost]; + + hjem.users."collin".files.".config/fish/conf.d/ollama.fish".text = '' + set -gx OLLAMA_NOHISTORY 1 + ''; } -- cgit v1.3.1