From 72ba2bf1269afd4a33d62476fa1ddcd5450ba58d Mon Sep 17 00:00:00 2001 From: Rickard Nilsson Date: Wed, 5 Feb 2014 15:24:05 +0100 Subject: [PATCH] Add description to group.members option --- nixos/modules/config/users-groups.nix | 2 ++ 1 file changed, 2 insertions(+) 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. ''; };