about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-11-30T23·16+0000
committerlukegb <lukegb@tvl.fyi>2020-11-30T23·18+0000
commit7d7c15c9a69d1d88f66640285ce08eaa3b60078e (patch)
treea13cf2c6a2be0e507d93bd77076749112afdcbe4
parent150b2fa799f718c71a8a4b0fefb4b3f8f85d17bd (diff)
chore(lukegb): add keys.clouvider-lon01-nix r/1969
Change-Id: Iad46d9e2df5b508229367e0420dc155c9bec37b0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2210
Reviewed-by: lukegb <lukegb@tvl.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/lukegb/keys.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/users/lukegb/keys.nix b/users/lukegb/keys.nix
index 86a8706dae..e54009122f 100644
--- a/users/lukegb/keys.nix
+++ b/users/lukegb/keys.nix
@@ -5,5 +5,6 @@ rec {
   termius = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINytpHct7PLdLNp6MoaOPP7ccBPUQKymVNMqix//Wt1f";
   porcorosso-wsl = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMhQ3yjf59eQjOfVXzXz5u8BS5c6hdL1yY8GqccaIjx3";
   porcorosso-nixos = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILid+1rq3k3k7Kbaw8X63vrPrQdanH55TucQwp3ZWfo+";
-  all = [ termius porcorosso-wsl porcorosso-nixos ];
+  clouvider-lon01-nix = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINQU7Y+Ha5m0ebwUjA55xXT/xbWZAWx1fVNFufle+vQj";
+  all = [ termius porcorosso-wsl porcorosso-nixos clouvider-lon01-nix ];
 }