diff options
author | Alan Pearce | 2025-03-09 10:39:16 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-09 10:39:16 +0100 |
commit | 532e47dba876af03c2b034adde633c124d827ba1 (patch) | |
tree | 4bc076b85382d5dcb07a449310faf1d495456c67 | |
parent | bcee07928738c5b71dc7c9581adcdfe8b53f86fa (diff) | |
download | nixfiles-532e47dba876af03c2b034adde633c124d827ba1.tar.lz nixfiles-532e47dba876af03c2b034adde633c124d827ba1.tar.zst nixfiles-532e47dba876af03c2b034adde633c124d827ba1.zip |
marvin: don't preload llama3.3 in ollama
-rw-r--r-- | user/marvin.nix | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/user/marvin.nix b/user/marvin.nix index 58ee2dc3..8dda1fad 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -43,20 +43,6 @@ }; }; }; - ollama-preload = { - enable = true; - config = { - ProgramArguments = [ - "/Users/alan/.local/state/nix/profile/bin/ollama" - "run" - "llama3.3" - "" - ]; - RunAtLoad = true; - KeepAlive = false; - WorkingDirectory = "/Users/alan"; - }; - }; }; launchd.agents.colima = { |