Skip to content

Commit

Permalink
Update flake
Browse files Browse the repository at this point in the history
  • Loading branch information
takeokunn committed Jul 8, 2024
1 parent b70bccf commit 12b3f5e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 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 @@ -80,11 +80,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 12b3f5e

Please sign in to comment.