2023-07-10 22:03:30 +00:00
|
|
|
let
|
2023-07-11 20:16:56 +00:00
|
|
|
jolheiser = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKrPUqk9v7FE7OgMDaOMdlnItiXSDkmS+eU94RzQFiMS nix";
|
2023-07-12 02:12:18 +00:00
|
|
|
matcha = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILZxjkZLj/9xvmg1enK+B7k8qf6Px0j4kTZ2caQfYmB1 root@matcha";
|
2023-07-11 20:16:56 +00:00
|
|
|
chai = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA7PS9SJ+OVrUku9dPUQZigioy+r3VlFHVntsa/F7AdM root@chai";
|
2023-09-01 04:39:48 +00:00
|
|
|
dragonwell = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN32Cwxer2AOGvEqSqXSPp49gj1VtR7G2XmPnmXj6o53 root@dragonwell";
|
2023-07-11 20:16:56 +00:00
|
|
|
|
2023-09-01 04:39:48 +00:00
|
|
|
all = [jolheiser matcha chai dragonwell];
|
2023-07-10 22:03:30 +00:00
|
|
|
in {
|
2023-07-11 20:16:56 +00:00
|
|
|
"shared/ssh-config.age".publicKeys = all;
|
|
|
|
"shared/ssh-config-work.age".publicKeys = all;
|
2023-07-11 21:59:51 +00:00
|
|
|
"shared/spotify-pw.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;
|
2023-08-15 21:31:17 +00:00
|
|
|
"work/netrc.age".publicKeys = [jolheiser chai];
|
|
|
|
"work/pip.conf.age".publicKeys = [jolheiser chai];
|
2023-11-16 18:26:35 +00:00
|
|
|
"work/pypirc.age".publicKeys = [jolheiser chai];
|
2023-11-13 20:45:38 +00:00
|
|
|
"work/cifs.age".publicKeys = [jolheiser chai];
|
2023-07-10 22:03:30 +00:00
|
|
|
}
|