nixos/security: fix description of sudo.wheelNeedsPassword

the previous description mistakenly described the opposite semantics

(cherry picked from commit b9639d7e1f)
This commit is contained in:
giraffito
2018-03-16 21:50:46 +00:00
committed by Jörg Thalheim
parent fce096accc
commit 0869801a69

View File

@@ -47,8 +47,8 @@ in
default = true;
description =
''
Whether users of the <code>wheel</code> group can execute
commands as super user without entering a password.
Whether users of the <code>wheel</code> group must
provide a password to run commands as super user via <command>sudo</command>.
'';
};