This commit is contained in:
2026-03-13 15:48:47 +00:00
parent a92d0cfe8b
commit 8c84c70152

View File

@@ -76,7 +76,7 @@
After = ["default.target"]; After = ["default.target"];
}; };
Service = { Service = {
ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822 --host 100.64.0.1"; ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822 --hostname 0.0.0.0";
Restart = "on-failure"; Restart = "on-failure";
RestartSec = 5; RestartSec = 5;
Environment = "PATH=${config.home.profileDirectory}/bin:/run/current-system/sw/bin"; Environment = "PATH=${config.home.profileDirectory}/bin:/run/current-system/sw/bin";