From 09fb9945f5b0387d502721aca64122a25bf22861 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 9 Mar 2025 10:39:37 +0100 Subject: marvin: restart ollama on updates --- user/marvin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') diff --git a/user/marvin.nix b/user/marvin.nix index 8dda1fad..43a7cd19 100644 --- a/user/marvin.nix +++ b/user/marvin.nix @@ -32,7 +32,7 @@ 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"; -- cgit 1.4.1