diff --git a/nix/hosts/cc-ci-orchestrator-hetzner/configuration.nix b/nix/hosts/cc-ci-orchestrator-hetzner/configuration.nix index c06c00e..ae8e82b 100644 --- a/nix/hosts/cc-ci-orchestrator-hetzner/configuration.nix +++ b/nix/hosts/cc-ci-orchestrator-hetzner/configuration.nix @@ -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 = {