This commit is contained in:
2026-03-10 10:01:31 +00:00
parent a64db4cbe2
commit 5f26b3fac8

View File

@@ -1,5 +1,6 @@
{ {
den.aspects.ai-tools.homeManager = { den.aspects.ai-tools.homeManager = {
config,
pkgs, pkgs,
inputs', inputs',
... ...
@@ -78,6 +79,7 @@
ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822"; ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
Environment = "PATH=${config.home.profileDirectory}/bin:/run/current-system/sw/bin";
}; };
Install = { Install = {
WantedBy = ["default.target"]; WantedBy = ["default.target"];