Skip to content

Commit

Permalink
Explain what adding a user to the "admin" group does (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: Dimitris Karakasilis <[email protected]>
  • Loading branch information
jimmykarily authored Sep 17, 2024
1 parent ee60ce1 commit be9bc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,7 @@ In case the user already exists, only the `password` and `ssh-authorized-keys` a
- **homedir**: User's home directory. Defaults to /home/*name*
- **no-create-home**: Boolean. Skip home directory creation.
- **primary-group**: Default group for the user. Defaults to a new group created named after the user.
- **groups**: Add user to these additional groups
- **groups**: Add user to these additional groups. Kairos creates an `admin` group by default which is also added to the sudoers file. Add a user to the `admin` group if you want them to have `sudo` access.
- **no-user-group**: Boolean. Skip default group creation.
- **ssh-authorized-keys**: List of public SSH keys to authorize for this user
- **system**: Create the user as a system user. No home directory will be created.
Expand Down

0 comments on commit be9bc62

Please sign in to comment.