summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-09 10:39:16 +0100
committerAlan Pearce2025-03-09 10:39:16 +0100
commit532e47dba876af03c2b034adde633c124d827ba1 (patch)
tree4bc076b85382d5dcb07a449310faf1d495456c67
parentbcee07928738c5b71dc7c9581adcdfe8b53f86fa (diff)
downloadnixfiles-532e47dba876af03c2b034adde633c124d827ba1.tar.lz
nixfiles-532e47dba876af03c2b034adde633c124d827ba1.tar.zst
nixfiles-532e47dba876af03c2b034adde633c124d827ba1.zip
marvin: don't preload llama3.3 in ollama
-rw-r--r--user/marvin.nix14
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 = {