diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/aspen/system/system/modules/tvl.nix | 2 |
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 0d7fe5bb744b..f91315fc794b 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; |