summary refs log tree commit diff stats
path: root/secrets/secrets.nix
blob: 434cad6f431012f9100458bd32699e4a67139d44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
let
  sils = "age1vuhaey7kd9l76y6f9weeqmde3s4kjw38869ju6u3027yece2r3rqssjxst";
  thinklappi = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGtOvWH5GgVhCAUsHTlKI/N2w7rK+uODMro0VZYWWdZJ root@thinklappi";
  allSecrets = [
    sils
    thinklappi
  ];
in {
  "wireless.age".publicKeys = allSecrets;
  "nixremote.age".publicKeys = allSecrets;
  "resticssh.age".publicKeys = allSecrets;
  "resticpass.age".publicKeys = allSecrets;
  "pamu2f-mappings.age".publicKeys = allSecrets;
}