about summary refs log tree commit diff
path: root/users
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2024-03-24T15·48-0400
committerclbot <clbot@tvl.fyi>2024-03-24T15·54+0000
commitbd953d0703e072246fa7d7a79f9a46a8d2006a26 (patch)
treecbb86556c44f390bae9da96239b9072ba56e3c90 /users
parenteef4ac2c10aefc6b4942548155567cf0c6d3d2c4 (diff)
fix(aspen/system): Fix whitby ssh username r/7771
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
Diffstat (limited to 'users')
-rw-r--r--users/aspen/system/system/modules/tvl.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/system/system/modules/tvl.nix b/users/aspen/system/system/modules/tvl.nix
index 0d7fe5bb74..f91315fc79 100644
--- a/users/aspen/system/system/modules/tvl.nix
+++ b/users/aspen/system/system/modules/tvl.nix
@@ -4,7 +4,7 @@
   nix = {
     buildMachines = [{
       hostName = "whitby.tvl.fyi";
-      sshUser = "grfn";
+      sshUser = "aspen";
       sshKey = "/root/.ssh/id_rsa";
       system = "x86_64-linux";
       maxJobs = 64;