2023-07-10 22:03:30 +00:00
|
|
|
let
|
2024-01-30 00:37:39 +00:00
|
|
|
jolheiser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKrPUqk9v7FE7OgMDaOMdlnItiXSDkmS+eU94RzQFiMS";
|
|
|
|
matcha = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZxjkZLj/9xvmg1enK+B7k8qf6Px0j4kTZ2caQfYmB1";
|
2024-03-05 01:30:38 +00:00
|
|
|
genmaicha = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKhyzwMV0eoS8RSAcUvLkPhbXoR9/06cLoBmUVyb9DTw";
|
2024-01-30 00:37:39 +00:00
|
|
|
sencha = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJurjAMu4IXgpBwgUP0QvE2ySE5/Orn/yflkdWVvy6Am";
|
|
|
|
chai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA7PS9SJ+OVrUku9dPUQZigioy+r3VlFHVntsa/F7AdM";
|
2024-03-18 19:23:44 +00:00
|
|
|
earlgrey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEJDcKxHqsnW9IMTfMQLPR2113acjm5Zi3IbZWfEDb7f";
|
2024-03-12 19:49:26 +00:00
|
|
|
masala = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEDltwsOkqNsP0Gia32jzUUzohzMYpE9uSwxBqJoG2Vd";
|
2024-01-30 00:37:39 +00:00
|
|
|
dragonwell = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN32Cwxer2AOGvEqSqXSPp49gj1VtR7G2XmPnmXj6o53";
|
2023-07-11 20:16:56 +00:00
|
|
|
|
2024-03-18 19:23:44 +00:00
|
|
|
all = [jolheiser matcha genmaicha sencha chai earlgrey masala dragonwell];
|
2023-07-10 22:03:30 +00:00
|
|
|
in {
|
2024-03-08 23:32:36 +00:00
|
|
|
"shared/cachix.age".publicKeys = all;
|
2023-07-11 20:16:56 +00:00
|
|
|
"shared/ssh-config.age".publicKeys = all;
|
|
|
|
"shared/ssh-config-work.age".publicKeys = all;
|
2023-12-19 17:14:54 +00:00
|
|
|
"shared/spotify.age".publicKeys = all;
|
2023-07-19 02:57:39 +00:00
|
|
|
"shared/irc-pw.age".publicKeys = all;
|
2023-11-28 04:59:26 +00:00
|
|
|
"shared/gist-pw.age".publicKeys = all;
|
2023-12-06 03:26:23 +00:00
|
|
|
"shared/git-send-email.age".publicKeys = all;
|
2024-03-18 19:23:44 +00:00
|
|
|
"work/netrc.age".publicKeys = [jolheiser chai earlgrey masala];
|
|
|
|
"work/pip.conf.age".publicKeys = [jolheiser chai earlgrey masala];
|
|
|
|
"work/pypirc.age".publicKeys = [jolheiser chai earlgrey masala];
|
|
|
|
"work/cifs.age".publicKeys = [jolheiser chai earlgrey masala];
|
2024-02-27 02:35:55 +00:00
|
|
|
"personal/restic-env.age".publicKeys = [jolheiser dragonwell];
|
|
|
|
"personal/restic-pass.age".publicKeys = [jolheiser dragonwell];
|
|
|
|
"personal/restic-repo.age".publicKeys = [jolheiser dragonwell];
|
2024-02-29 01:44:34 +00:00
|
|
|
"personal/dex.age".publicKeys = [jolheiser dragonwell];
|
2024-02-29 02:40:31 +00:00
|
|
|
"personal/dex-tailscale.age".publicKeys = [jolheiser dragonwell];
|
2024-03-19 03:06:34 +00:00
|
|
|
"personal/dex-vikunja.age".publicKeys = [jolheiser dragonwell];
|
2024-03-24 14:48:49 +00:00
|
|
|
"personal/dex-tandoor.age".publicKeys = [jolheiser dragonwell];
|
2023-07-10 22:03:30 +00:00
|
|
|
}
|