about summary refs log tree commit diff
path: root/users/lukegb/keys.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/lukegb/keys.nix')
-rw-r--r--users/lukegb/keys.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/users/lukegb/keys.nix b/users/lukegb/keys.nix
index 86a8706dae..4745df550c 100644
--- a/users/lukegb/keys.nix
+++ b/users/lukegb/keys.nix
@@ -3,7 +3,9 @@
 
 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";
+  lukegb-build = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICESF0H+OCxY/CfyG9VjM6iJe+VbYc4NmGjRrwPCHaD9";
+  lukegb-ca = "cert-authority,principals=\"lukegb\" ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEqNOwlR7Qa8cbGpDfSCOweDPbAGQOZIcoRgh6s/J8DR";
+  all = [ termius porcorosso-nixos clouvider-lon01-nix lukegb-build lukegb-ca ];
 }