Xterm & Ollama launch

This commit is contained in:
Olaf
2026-07-13 15:02:30 +02:00
parent 1336a9bcd8
commit c3cfbf5a6a
3 changed files with 18 additions and 4 deletions
+12
View File
@@ -108,6 +108,18 @@ 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}";