diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:19 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:47:19 -0600 |
| commit | 605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 (patch) | |
| tree | 79dacc023edb8e2f286434e06c7cc92b71d7a9d4 /hosts/mercury/ai.nix | |
| parent | c29a14135736c2516bb5d951e6e97dc8143598db (diff) | |
comment out ai
Diffstat (limited to 'hosts/mercury/ai.nix')
| -rw-r--r-- | hosts/mercury/ai.nix | 4 |
1 files changed, 4 insertions, 0 deletions
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 + ''; } |
