aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury/ai.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mercury/ai.nix')
-rw-r--r--hosts/mercury/ai.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/mercury/ai.nix b/hosts/mercury/ai.nix
deleted file mode 100644
index 4615838..0000000
--- a/hosts/mercury/ai.nix
+++ /dev/null
@@ -1,8 +0,0 @@
-{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
- '';
-}