forked from mirrors/nixpkgs
Document that extraUsers options apply to root
This commit is contained in:
parent
3b3dc83902
commit
2fc123f148
|
@ -160,6 +160,7 @@ in
|
|||
};
|
||||
description = ''
|
||||
Additional user accounts to be created automatically by the system.
|
||||
This can also be used to set options for root.
|
||||
'';
|
||||
options = [ userOpts ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue