Skip to content
Snippets Groups Projects
Commit ab83d220 authored by Benoit Donneaux's avatar Benoit Donneaux
Browse files

Use same format as for testing/staging users

parent 8fdbddcc
No related branches found
No related tags found
3 merge requests!515Update hro-cloud,!485Authorize last-resort keys,!476update production
......@@ -4,7 +4,6 @@ let
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJPYMUVNuWr2y+FL1GxW6S6jb3BWYhbzJ2zhvQVKu2ll cardno:23 845 763 - Last Resort C-key"
];
in {
"root" = flo + last-resort;
"flo" = flo;
"last-resort" = last-resort;
"root" = flo ++ last-resort;
inherit flo last-resort;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment