about summary refs log tree commit diff
path: root/users/lukegb
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2020-07-02T19·03+0100
committerlukegb <lukegb@tvl.fyi>2020-07-02T19·06+0000
commit5822b217dfe4d6e6217861bf7e12fe258fe8d340 (patch)
tree5f7e699c4e1d00bba85aaa289a384a9b419f9a1f /users/lukegb
parentc18b0a7c572f125b843258dd7a64137bbf92b195 (diff)
chore(lukegb): add SSH pubkeys r/1164
Change-Id: Ie9fdf3e174ac2e051ec5db6f2bd225804920d3ff
Reviewed-on: https://cl.tvl.fyi/c/depot/+/847
Reviewed-by: lukegb <lukegb@tvl.fyi>
Reviewed-by: BuildkiteCI
Tested-by: BuildkiteCI
Diffstat (limited to 'users/lukegb')
-rw-r--r--users/lukegb/keys.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/users/lukegb/keys.nix b/users/lukegb/keys.nix
new file mode 100644
index 0000000000..86a8706dae
--- /dev/null
+++ b/users/lukegb/keys.nix
@@ -0,0 +1,9 @@
+# My SSH public keys
+{ ... }:
+
+rec {
+  termius = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINytpHct7PLdLNp6MoaOPP7ccBPUQKymVNMqix//Wt1f";
+  porcorosso-wsl = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMhQ3yjf59eQjOfVXzXz5u8BS5c6hdL1yY8GqccaIjx3";
+  porcorosso-nixos = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILid+1rq3k3k7Kbaw8X63vrPrQdanH55TucQwp3ZWfo+";
+  all = [ termius porcorosso-wsl porcorosso-nixos ];
+}