Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jun 20, 2024
1 parent db6031c commit de87d9a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions nix-darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@

security.pam.enableSudoTouchIdAuth = true;

launchd.user.agents.ollama = {
serviceConfig = {
ProgramArguments = [ "${pkgs.ollama}/bin/ollama" "serve" ];
KeepAlive = true;
RunAtLoad = true;
};
};
# launchd.user.agents.ollama = {
# serviceConfig = {
# ProgramArguments = [ "${pkgs.ollama}/bin/ollama" "serve" ];
# KeepAlive = true;
# RunAtLoad = true;
# };
# };
}

0 comments on commit de87d9a

Please sign in to comment.