diff --git a/ops/pipelines/depot.nix b/ops/pipelines/depot.nix index 05e3ca0d8..18cb8a709 100644 --- a/ops/pipelines/depot.nix +++ b/ops/pipelines/depot.nix @@ -31,7 +31,7 @@ let # Ensure that anchoring happens on whitby, so that cache.tvl.su always # has the full cache. Unanchored machines may garbage collect live # paths. - agents.hostname = "whitby"; # TODO(tazjin): b/433 + agents.hostname = "nevsky"; } ]; };