aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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