Skip to content
Snippets Groups Projects

Off-board JP and promote Ben in production

Closed Benoit Donneaux requested to merge 163.jp-to-ben-for-prod into develop
1 unresolved thread

Files

@@ -4,7 +4,7 @@ let
# You can use the following to get key from the local machine.
# key = builtins.readFile ~/.ssh/id_ed25519.pub;
key = undefined;
keys = [key]
keys = [key];
in {
"root" = keys;
"vagrant" = keys;
Loading