summary refs log tree commit diff stats
path: root/user/marvin.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/marvin.nix')
-rw-r--r--user/marvin.nix2
1 files changed, 1 insertions, 1 deletions
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";