rekeyed for morax
This commit is contained in:
parent
d3c311e3c5
commit
168762f099
5 changed files with 3 additions and 2 deletions
BIN
secrets/build-token.age
Executable file → Normal file
BIN
secrets/build-token.age
Executable file → Normal file
Binary file not shown.
BIN
secrets/garage-admin-token.age
Executable file → Normal file
BIN
secrets/garage-admin-token.age
Executable file → Normal file
Binary file not shown.
BIN
secrets/garage-metrics-token.age
Executable file → Normal file
BIN
secrets/garage-metrics-token.age
Executable file → Normal file
Binary file not shown.
BIN
secrets/garage-rpc-secret.age
Executable file → Normal file
BIN
secrets/garage-rpc-secret.age
Executable file → Normal file
Binary file not shown.
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue