merge
This commit is contained in:
parent
c885861db0
commit
9154b4beed
3 changed files with 41 additions and 2 deletions
|
|
@ -2,11 +2,12 @@ let
|
|||
horseman = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPpt0NisTZPYDdumMXhxaKv3JygSE0EKE6OiYw4A8ot7";
|
||||
|
||||
luna = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFu+XwTX1vF8Xqlna99Tu50TBT0cmOatb2LLwnC/33DU root@luna";
|
||||
artemis = "";
|
||||
solis = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDKepQ6sJahN0VQTMowIiga2WZBCaNBTadca+OxCV6T6 root@solis";
|
||||
terra = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN6Mog8ujGXnEZ3lXm4zrYclh/0xx4LhZV2U5zqqxALE root@terra";
|
||||
artemis = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHDZfBvo7QMA+V/Taxk+xU6jBDzVEz+1pJGmHkCE1rOH root@nixos";
|
||||
|
||||
systems = [luna solis terra artemis];
|
||||
systems = [luna artemis solis terra];
|
||||
|
||||
all = [horseman] ++ systems;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue