Moving Hermes and Ollama out of the managed configuration in to brew, Hermes is installed manually.

This commit is contained in:
Olaf
2026-08-05 14:23:40 +02:00
parent cc996f7550
commit d88426eb68
6 changed files with 35 additions and 13 deletions
+1 -10
View File
@@ -24,6 +24,7 @@ in
imports = [
../../modules/darwin/default.nix
../../modules/darwin/home-manager.nix
# ../../modules/darwin/ai.nix
];
# Setup user, packages, programs
@@ -131,16 +132,6 @@ in
StandardOutPath = "/tmp/emacs.out.log";
};
launchd.user.agents.ollama = {
command = "${pkgs.ollama}/bin/ollama serve";
serviceConfig = {
KeepAlive = true;
RunAtLoad = true;
StandardOutPath = "/tmp/ollama.out.log";
StandardErrorPath = "/tmp/ollama.err.log";
};
};
system = {
stateVersion = 4;
primaryUser = "${user}";