diff --git a/docs/alpine-desktop-setup/post-install/users.md b/docs/alpine-desktop-setup/post-install/users.md index 004f941..1d3a4f7 100644 --- a/docs/alpine-desktop-setup/post-install/users.md +++ b/docs/alpine-desktop-setup/post-install/users.md @@ -33,14 +33,14 @@ Adding a user in alpine can be done using the `setup-user` script. Here we can s # passwd ``` -And you (might) have to change the shell of the user in `/etc/passwd` from `/sbin/nologin` to a shell from `/etc/shells`. Alpine Linux comes with `/bin/ash` by default: +> It's also recommended to have an "admin" account which is the only one in the wheel group. + +And you may have to change the shell of the user in `/etc/passwd` from `/sbin/nologin` to a shell from `/etc/shells`. Alpine Linux comes with `/bin/ash` by default: ``` :x:1234:1234::/home/:/bin/ ``` -> It's also recommended to have an "admin" account which is the only one in the wheel group. - Don't login yet if you want to encrypt the directory. If you have checked that `doas` works with the user then you can lock the root account because it's insecure to keep open. This can be done with: