users.users
Additional user accounts to be created automatically by the system. This can also be used to set options for root.
- Type
attribute set of (submodule)- Default
{ }- Example
{ alice = { createHome = true; description = "Alice Q. User"; extraGroups = [ "wheel" ]; group = "users"; home = "/home/alice"; shell = "/bin/sh"; uid = 1234; }; }- Declared
- <nixpkgs/nixos/modules/services/networking/ssh/sshd.nix>
- <nixpkgs/nixos/modules/config/users-groups.nix>