opencode tailscale

This commit is contained in:
2026-03-12 19:14:41 +00:00
parent 4c29259470
commit f357586217

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"; ExecStart = "${inputs'.llm-agents.packages.opencode}/bin/opencode serve --port 18822 --host 100.64.0.1";
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";