marvin: enable remote access to ollama (via tailscale)
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M user/marvin.nix → user/marvin.nix
@@ -36,6 +36,7 @@ RunAtLoad = true; KeepAlive = true; WorkingDirectory = "/Users/alan"; EnvironmentVariables = { + OLLAMA_HOST = "[::]:11434"; OLLAMA_KEEP_ALIVE = "-1"; # keep models in memory forever OLLAMA_FLASH_ATTENTION = "1"; # significantly reduce memory usage as the context size grows };