mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 21:49:34 +03:00
nixos/security: fix description of sudo.wheelNeedsPassword
the previous description mistakenly described the opposite semantics
This commit is contained in:
parent
545eab2bfa
commit
b9639d7e1f
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@ in
|
||||||
default = true;
|
default = true;
|
||||||
description =
|
description =
|
||||||
''
|
''
|
||||||
Whether users of the <code>wheel</code> group can execute
|
Whether users of the <code>wheel</code> group must
|
||||||
commands as super user without entering a password.
|
provide a password to run commands as super user via <command>sudo</command>.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue