mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
Make ollama
daemon
This commit is contained in:
parent
f7f11b49d4
commit
5f2131b28b
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
launchd.user.agents.ollama = {
|
||||
launchd.daemons.ollama = {
|
||||
path = [ config.environment.systemPath ];
|
||||
serviceConfig.ProgramArguments =
|
||||
[ "${cfg.package}/bin/${cfg.exec}" "serve" ];
|
||||
|
|
Loading…
Add table
Reference in a new issue