fix(aspen/system): Fix whitby ssh username

Change-Id: I0686c802b902ed69334221367a2f00be758daec1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/11256
Reviewed-by: aspen <root@gws.fyi>
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
This commit is contained in:
Aspen Smith 2024-03-24 11:48:40 -04:00 committed by clbot
parent eef4ac2c10
commit bd953d0703

View file

@ -4,7 +4,7 @@
nix = { nix = {
buildMachines = [{ buildMachines = [{
hostName = "whitby.tvl.fyi"; hostName = "whitby.tvl.fyi";
sshUser = "grfn"; sshUser = "aspen";
sshKey = "/root/.ssh/id_rsa"; sshKey = "/root/.ssh/id_rsa";
system = "x86_64-linux"; system = "x86_64-linux";
maxJobs = 64; maxJobs = 64;