diff --git a/modules/config/users-groups.nix b/modules/config/users-groups.nix index 928391067621..5f32dc350dfc 100644 --- a/modules/config/users-groups.nix +++ b/modules/config/users-groups.nix @@ -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 ]; };