aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-04 16:47:19 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-03-04 16:47:19 -0600
commit605dc67c6633d358d5ed1ccb9e7009d1a8ab4246 (patch)
tree79dacc023edb8e2f286434e06c7cc92b71d7a9d4 /hosts/mercury
parentc29a14135736c2516bb5d951e6e97dc8143598db (diff)
comment out ai
Diffstat (limited to 'hosts/mercury')
-rw-r--r--hosts/mercury/ai.nix4
-rw-r--r--hosts/mercury/nixos.nix3
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