diff --git a/modules/config/users-groups.nix b/modules/config/users-groups.nix index 92839106762..5f32dc350df 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 ]; };