Last active
November 21, 2023 22:18
-
-
Save shyim/669562b41f6ea511ebf29230abd7b317 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignition": { "version": "3.0.0" }, | |
"passwd": { | |
"users": [ | |
{ | |
"name": "shyim", | |
"sshAuthorizedKeys": [ | |
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBuZPgjmIp/dZ0HzRpoFDLsAqFwRGuFBwJiu9qk22tHP" | |
], | |
"groups": [ | |
"docker", | |
"wheel", | |
"sudo" | |
] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment