diff --git a/nixos/modules/config/users-groups.nix b/nixos/modules/config/users-groups.nix index e38593d56023..20ec1bda2810 100644 --- a/nixos/modules/config/users-groups.nix +++ b/nixos/modules/config/users-groups.nix @@ -163,6 +163,8 @@ let type = with types; listOf string; default = []; description = '' + The user names of the group members, added to the + /etc/group file. ''; };