| users.users | Configuration for users.
|
| users.users.<name>.gid | The user's primary group.
|
| users.users.<name>.uid | The user's UID.
|
| users.users.<name>.name | The name of the user account
|
| users.users.<name>.home | The user's home directory
|
| users.users.<name>.isHidden | Whether to make the user account hidden.
|
| users.users.<name>.shell | The user's shell
|
| users.users.<name>.createHome | Create the home directory when creating the user.
|
| users.users.<name>.packages | The set of packages that should be made availabe to the user
|
| users.users.<name>.ignoreShellProgramCheck | By default, nix-darwin will check that programs
|
| users.users.<name>.description | A short description of the user account, typically the
user's full name
|
| users.users.<name>.openssh.authorizedKeys.keys | A list of verbatim OpenSSH public keys that should be added to the
user's authorized keys
|
| users.users.<name>.openssh.authorizedKeys.keyFiles | A list of files each containing one OpenSSH public key that should be
added to the user's authorized keys
|