marvin: restart ollama on updates
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M user/marvin.nix → user/marvin.nix
@@ -32,7 +32,7 @@ launchd.agents = { ollama = { enable = true; config = { - ProgramArguments = [ "/Users/alan/.local/state/nix/profile/bin/ollama" "serve" ]; + ProgramArguments = [ "${pkgs.ollama}/bin/ollama" "serve" ]; RunAtLoad = true; KeepAlive = true; WorkingDirectory = "/Users/alan";