about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2021-03-21T13·08+0200
committertazjin <mail@tazj.in>2021-03-21T18·04+0000
commitcb09297092b2a3e2b3e87f9593615c32ccd9f777 (patch)
treea9abe8d1cb209b6289aee6a33df29184d27c0c15
parent2f7cb2b6c4f87432498a6aef115cae6a8330ff94 (diff)
chore(tazjin/keys): Add tverskoy, comment out frog r/2315
frog is in storage and the key shouldn't have privileges while I'm
guaranteed to not use it.

Change-Id: If2ee8278fcb81f425dcfc151b11d207dfb6f45c7
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2631
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
-rw-r--r--users/tazjin/keys.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/users/tazjin/keys.nix b/users/tazjin/keys.nix
index 6e66cb81c5..0866616851 100644
--- a/users/tazjin/keys.nix
+++ b/users/tazjin/keys.nix
@@ -1,10 +1,10 @@
 # My SSH public keys
 { ... }:
 
-rec {
-  frog = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMZzRdcrHTuCPoaFy36MPr5IW/hnImlse/OBOn6udL/ tazjin@frog";
+let withAll = keys: keys // { all = builtins.attrValues keys; };
+in withAll {
+  # frog = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKMZzRdcrHTuCPoaFy36MPr5IW/hnImlse/OBOn6udL/ tazjin@frog";
   vauxhall = "ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHs+9QfZTD5qGsBQaWqp5whmXJ9qy/m9swE2M9QBaIQVoIYGemq3HXTzrQ6XekwudJCltP4EpM7h/Qc+Or309Yw=";
   s10e = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDf7CNlYoauHcSYsMNnCZt5h9QSYH/7keYkg8g3hT32+";
-
-  all = [ frog vauxhall s10e ];
+  tverskoy = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM1fGWz/gsq+ZeZXjvUrV+pBlanw1c3zJ9kLTax9FWQy tazjin@tverskoy";
 }