golgi/secrets/secrets.nix

10 lines
333 B
Nix
Raw Normal View History

2022-07-29 17:25:12 +00:00
let
base = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOZZqcJOLdN+QFHKyW8ST2zz750+8TdvO9IT5geXpQVt tec@tranquillity";
golgi = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEEmWE6y+gkNdOdgooahbgalxguyoPos7dKCAeVzokm/ root@golgi";
systems = [ base golgi ];
in
{
"postgress.age".publicKeys = systems;
"fastmail.age".publicKeys = systems;
}