add terra key
This commit is contained in:
parent
0ac4268325
commit
3b6cd4f955
1 changed files with 2 additions and 1 deletions
|
|
@ -7,8 +7,9 @@ let
|
|||
|
||||
lunaSys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFu+XwTX1vF8Xqlna99Tu50TBT0cmOatb2LLwnC/33DU root@luna";
|
||||
solisSys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKepQ6sJahN0VQTMowIiga2WZBCaNBTadca+OxCV6T6 root@solis";
|
||||
terraSys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6Mog8ujGXnEZ3lXm4zrYclh/0xx4LhZV2U5zqqxALE root@terra";
|
||||
|
||||
systems = [lunaSys lunaSolis];
|
||||
systems = [lunaSys solisSys terraSys];
|
||||
in {
|
||||
"secrets/wifi.age".publicKeys = users ++ systems;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue