rekeyed for morax

This commit is contained in:
waveringana 2025-06-16 22:12:30 -04:00
parent d3c311e3c5
commit 168762f099
5 changed files with 3 additions and 2 deletions

BIN
secrets/build-token.age Executable file → Normal file

Binary file not shown.

BIN
secrets/garage-admin-token.age Executable file → Normal file

Binary file not shown.

BIN
secrets/garage-metrics-token.age Executable file → Normal file

Binary file not shown.

BIN
secrets/garage-rpc-secret.age Executable file → Normal file

Binary file not shown.

View file

@ -3,8 +3,9 @@ let
users = [ regent ];
valefar = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJlXq2lSfiWwRwIxsxhffW5FDGmjt0QKYN+BaikmRR71";
buer = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVhjwDcO8eleSoR8a37ZGGPvkHEgV+c8SYcy07SayPB root@nixos";
systems = [ valefar buer ];
buer = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMVhjwDcO8eleSoR8a37ZGGPvkHEgV+c8SYcy07SayPB";
morax = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAmou0HU1yci/fkEVdDQWeZSy0NCNPN8i1TVDILqdi25";
systems = [ valefar buer morax];
in
{
#"secret1.age".publicKeys = [ user1 system1 ];