Moving Hermes and Ollama out of the managed configuration in to brew, Hermes is installed manually.
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user