about summary refs log tree commit diff
path: root/secrets.nix
blob: ad28fb4ddb1134a9f04fab918d6fb1c1ddd87f6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
let
  fcuny_aptos = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIdlm/qoR/dnMjZhVSTtqFzkgN3Yf9eQ3pgKMiipg+dl";
  users = [ fcuny_aptos ];

  aptos = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTcPGaiL+/Mwl8JzLHrBwas7QvWPjix4lnaAA1tw+5t";
  systems = [ aptos ];
in
{
  "secrets/network/aptos/wireguard_privatekey.age".publicKeys = [ fcuny_aptos aptos ];
  "secrets/network/tahoe/wireguard_privatekey.age".publicKeys = [ fcuny_aptos aptos ];
}