From e72e20b4af95a4f8eefa189ac528fdc90bcd92d6 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 13 May 2023 16:59:27 -0400 Subject: [PATCH] Add keys --- info/ssh-keys.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/info/ssh-keys.nix b/info/ssh-keys.nix index 093cbbc..5bf78bf 100644 --- a/info/ssh-keys.nix +++ b/info/ssh-keys.nix @@ -35,6 +35,16 @@ rec { key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMgtdTJThr5/vfUswQb3ee6A++W1OxAOGFQJTE8xDuHv nathan@productivity-vm"; }; + # oracles key + "oracles" = { + key = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAj6He0uDnJAZsfywoUwOSAnxqpbO9UnfcAV78a1SUGa nathan@oracles"; + }; + # fusion key + "fusion" = { + key = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICILeBcpPVs12pDnsOPyDVwnwReCbrqzXMF+cV5bWCCa nathan@fusion"; + }; }; list = map (x: x.key) (builtins.attrValues keys); allowedSigners = builtins.concatStringsSep "\n" (map (x: