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 | |
| parent | c29a14135736c2516bb5d951e6e97dc8143598db (diff) | |
comment out ai
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/ai.nix | 4 | ||||
| -rw-r--r-- | hosts/mercury/nixos.nix | 3 |
2 files changed, 5 insertions, 2 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 + ''; } diff --git a/hosts/mercury/nixos.nix b/hosts/mercury/nixos.nix index 932fdb0..22ea90b 100644 --- a/hosts/mercury/nixos.nix +++ b/hosts/mercury/nixos.nix @@ -1,13 +1,12 @@ { lib, - pkgs, inputs, ... }: { imports = [ ./disks.nix ./battery.nix - ./ai.nix + # ./ai.nix inputs.nixos-facter-modules.nixosModules.facter inputs.lanzaboote.nixosModules.lanzaboote |
