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