add trantor key for secrets; rekey secrets

This commit is contained in:
William 2025-06-08 21:19:56 -03:00
parent 08ea280ad2
commit b2f90956d2
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -16,8 +16,11 @@ let
alexandria-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIK95QueW+jp1ZmF299Xr3XkgHJ6dL7aZVsfWxqbOKVKA";
alexandria = [ alexandria-host ];
trantor-host = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINkGuGLZPnYJbCGY4BhJ9uTupp6ruuR1NZ7FEYEaLPA7";
trantor = [ trantor-host ];
desktops = io ++ rotterdam;
servers = alexandria;
servers = alexandria ++ trantor;
all-hosts = desktops ++ servers;
in
{