Merge pull request #213 from ivan/extraUsers-root

Document that extraUsers options apply to root
This commit is contained in:
Evgeny Egorochkin 2013-08-10 22:14:10 -07:00
commit 51c84aadaa

View File

@ -160,6 +160,7 @@ in
}; };
description = '' description = ''
Additional user accounts to be created automatically by the system. Additional user accounts to be created automatically by the system.
This can also be used to set options for root.
''; '';
options = [ userOpts ]; options = [ userOpts ];
}; };