Add keys
This commit is contained in:
parent
705ee12cc1
commit
e72e20b4af
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue