mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-13 05:05:29 +03:00
Add description to group.members option
This commit is contained in:
parent
0b92ad02c8
commit
72ba2bf126
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ let
|
||||||
type = with types; listOf string;
|
type = with types; listOf string;
|
||||||
default = [];
|
default = [];
|
||||||
description = ''
|
description = ''
|
||||||
|
The user names of the group members, added to the
|
||||||
|
<literal>/etc/group</literal> file.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue