summary refs log tree commit diff
path: root/nixos/modules/security/sudo.nix
diff options
context:
space:
mode:
authorgiraffito <37449399+giraffito@users.noreply.github.com>2018-03-16 21:50:46 +0000
committerGitHub <noreply@github.com>2018-03-16 21:50:46 +0000
commitb9639d7e1f2fac0b21d47db2d16683ae9f58b70c (patch)
tree3f34a6bb3f893263a4d400d8d413d2ea09fd42f5 /nixos/modules/security/sudo.nix
parent545eab2bfa456022189390da80f8e45e9425ee94 (diff)
downloadnixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar.gz
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar.bz2
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar.lz
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar.xz
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.tar.zst
nixlib-b9639d7e1f2fac0b21d47db2d16683ae9f58b70c.zip
nixos/security: fix description of sudo.wheelNeedsPassword
the previous description mistakenly described the opposite semantics
Diffstat (limited to 'nixos/modules/security/sudo.nix')
-rw-r--r--nixos/modules/security/sudo.nix4
1 files changed, 2 insertions, 2 deletions
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 <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>.
         '';
       };