Add description to group.members option

This commit is contained in:
Rickard Nilsson 2014-02-05 15:24:05 +01:00
parent 0b92ad02c8
commit 72ba2bf126

View file

@ -163,6 +163,8 @@ let
type = with types; listOf string;
default = [];
description = ''
The user names of the group members, added to the
<literal>/etc/group</literal> file.
'';
};