From b9639d7e1f2fac0b21d47db2d16683ae9f58b70c 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: nixos/security: fix description of sudo.wheelNeedsPassword the previous description mistakenly described the opposite semantics --- nixos/modules/security/sudo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nixos/modules/security/sudo.nix') diff --git a/nixos/modules/security/sudo.nix b/nixos/modules/security/sudo.nix index e0ec77a29594..24283e1d6165 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. ''; }; -- cgit 1.4.1