Document that extraUsers options apply to root

This commit is contained in:
Ivan Kozik
2013-08-09 01:28:21 +00:00
parent 3b3dc83902
commit 2fc123f148
+1
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 ];
}; };