chore(nix): park opencode-web (wantedBy=[]) — loops are on claude now

Keep the unit definition in the flake for easy re-enable; just stop it
auto-starting. Restore wantedBy = [ "multi-user.target" ] to bring it back.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
autonomic-bot
2026-06-01 23:32:41 +00:00
parent d219b0972c
commit 2304628375

View File

@ -123,7 +123,10 @@ SSHCFG
# TINFOIL_API_KEY and other creds are read from /srv/cc-ci/.testenv at startup.
systemd.services.opencode-web = {
description = "opencode web server for cc-ci agents (tinfoil/deepseek backend)";
wantedBy = [ "multi-user.target" ];
# PARKED 2026-06-01: loops run on the claude backend now, so the opencode web server is not
# needed. Definition kept for easy re-enable — restore `wantedBy = [ "multi-user.target" ];`
# and rebuild to bring it back.
wantedBy = [ ];
after = [ "network-online.target" "tailscaled.service" ];
wants = [ "network-online.target" ];
serviceConfig = {