2023-06-25 20:49:00 -05:00
|
|
|
let
|
2023-06-26 16:30:36 -05:00
|
|
|
james =
|
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAID7R6FstqVDjVuyKGEUmWolYJ/I/DDxYOQV/zKPkiAth james@eversole.co";
|
|
|
|
eve-psr-nix0 =
|
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMyaPYK0HcKAjrD1g+FPqPEU9FJ0I6+iKYmQlWKE0zHp root@matri.cx";
|
2023-06-26 12:53:48 -05:00
|
|
|
all = [ james eve-psr-nix0 ];
|
2023-06-26 20:05:48 -05:00
|
|
|
in
|
|
|
|
{
|
2024-01-10 12:28:37 -06:00
|
|
|
"secrets/atuin-env.age" = { publicKeys = all; };
|
2023-06-26 20:05:48 -05:00
|
|
|
"secrets/cache-key.age" = { publicKeys = all; };
|
2023-07-01 14:59:05 -05:00
|
|
|
"secrets/gitlab-runner.age" = { publicKeys = all; };
|
2023-06-26 20:05:48 -05:00
|
|
|
"secrets/graf-email.age" = { publicKeys = all; };
|
|
|
|
"secrets/htpasswd-dock.age" = { publicKeys = all; };
|
2023-06-26 16:30:36 -05:00
|
|
|
"secrets/keys.age" = { publicKeys = all; };
|
2024-02-24 12:01:51 -06:00
|
|
|
"secrets/miniflux.age" = { publicKeys = all; };
|
2024-08-07 10:02:50 -05:00
|
|
|
"secrets/bitwarden-env.age" = { publicKeys = all; };
|
2023-06-27 20:36:48 -05:00
|
|
|
"secrets/transmission-env.age" = { publicKeys = all; };
|
2024-08-14 22:19:20 -05:00
|
|
|
"secrets/restic/env.age" = { publicKeys = all; };
|
|
|
|
"secrets/restic/repo.age" = { publicKeys = all; };
|
|
|
|
"secrets/restic/password.age" = { publicKeys = all; };
|
2024-12-05 09:19:27 -06:00
|
|
|
"secrets/wireguard/server-private.age" = { publicKeys = all; };
|
2023-06-25 20:49:00 -05:00
|
|
|
}
|