Docs: authorizedKeys is a list

This commit is contained in:
Johannes Kirschbauer
2024-09-25 13:59:29 +02:00
parent 7b59657e10
commit 579d24a828
2 changed files with 1 additions and 171 deletions

View File

@@ -126,7 +126,7 @@ Adding or configuring a new machine requires two simple steps:
# IMPORTANT! Add your SSH key here
# e.g. > cat ~/.ssh/id_ed25519.pub
users.users.root.openssh.authorizedKeys.keys = "__YOUR_SSH_KEY__";
users.users.root.openssh.authorizedKeys.keys = [ "__YOUR_SSH_KEY__" ];
# ...
}