1
0
Fork 0
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:
Velnbur 2024-06-16 11:19:45 +03:00
parent f7f11b49d4
commit 5f2131b28b
No known key found for this signature in database

View file

@ -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" ];