From 2fc123f148f07dc7c542331c76d5a2d39fbd2428 Mon Sep 17 00:00:00 2001 From: Ivan Kozik Date: Fri, 9 Aug 2013 01:23:22 +0000 Subject: [PATCH] Document that extraUsers options apply to root --- modules/config/users-groups.nix | 1 + 1 file changed, 1 insertion(+) 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 ]; };