aboutsummaryrefslogblamecommitdiff
path: root/hosts/aptos/secrets/secrets.nix
blob: 9e503b21fd5c465387b963b04a09a6e9175a045b (plain) (tree)
1
2
3
   
         
                                                                                       













                                                                                       




                                 




                                 
 
let
  fcuny =
    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIdlm/qoR/dnMjZhVSTtqFzkgN3Yf9eQ3pgKMiipg+dl";
  aptos =
    "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOTcPGaiL+/Mwl8JzLHrBwas7QvWPjix4lnaAA1tw+5t";
in {
  "wireguard_privatekey.age".publicKeys = [ fcuny aptos ];

  "syncthing/key.age" = {
    publicKeys = [ fcuny aptos ];
    owner = "fcuny";
  };

  "syncthing/cert.age" = {
    publicKeys = [ fcuny aptos ];
    owner = "fcuny";
  };

  "restic/repo-users.age" = {
    publicKeys = [ fcuny aptos ];
    owner = "fcuny";
  };

  "gcloud/world-nix.age" = {
    publicKeys = [ fcuny aptos ];
    owner = "fcuny";
  };
}