From 0869801a69e6fc6940da01c8bc9a7d18a759a79b Mon Sep 17 00:00:00 2001 From: giraffito <37449399+giraffito@users.noreply.github.com> Date: Fri, 16 Mar 2018 21:50:46 +0000 Subject: [PATCH] nixos/security: fix description of sudo.wheelNeedsPassword the previous description mistakenly described the opposite semantics (cherry picked from commit b9639d7e1f2fac0b21d47db2d16683ae9f58b70c) --- nixos/modules/security/sudo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/security/sudo.nix b/nixos/modules/security/sudo.nix index a57f14bb5ae1..ed7703dba3d7 100644 --- a/nixos/modules/security/sudo.nix +++ b/nixos/modules/security/sudo.nix @@ -47,8 +47,8 @@ in default = true; description = '' - Whether users of the wheel group can execute - commands as super user without entering a password. + Whether users of the wheel group must + provide a password to run commands as super user via sudo. ''; };