summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2025-03-09 17:31:27 +0100
committerAlan Pearce2025-03-09 17:31:27 +0100
commitc535b67f600f7ba6bd90a9df61650ea77732612e (patch)
treedf0b303daeaa43abc21f4832fa222ceae1848c43
parent0893d639685199ab94d7b257e5de1662c6973d7a (diff)
downloadnixfiles-c535b67f600f7ba6bd90a9df61650ea77732612e.tar.lz
nixfiles-c535b67f600f7ba6bd90a9df61650ea77732612e.tar.zst
nixfiles-c535b67f600f7ba6bd90a9df61650ea77732612e.zip
marvin: log ollama output to file
-rw-r--r--user/marvin.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/user/marvin.nix b/user/marvin.nix
index 43a7cd19..de3b6446 100644
--- a/user/marvin.nix
+++ b/user/marvin.nix
@@ -36,6 +36,8 @@
         RunAtLoad = true;
         KeepAlive = true;
         WorkingDirectory = "/Users/alan";
+        StandardOutPath = "/Users/alan/Library/Logs/ollama.log";
+        StandardErrorPath = "/Users/alan/Library/Logs/ollama.log";
         EnvironmentVariables = {
           OLLAMA_HOST = "[::]:11434";
           OLLAMA_KEEP_ALIVE = "-1"; # keep models in memory forever