Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/security: fix description of sudo.wheelNeedsPassword

the previous description mistakenly described the opposite semantics

(cherry picked from commit b9639d7e1f2fac0b21d47db2d16683ae9f58b70c)

authored by giraffito and committed by Jörg Thalheim 0869801a fce096ac

+2 -2
+2 -2
nixos/modules/security/sudo.nix
··· 47 47 default = true; 48 48 description = 49 49 '' 50 - Whether users of the <code>wheel</code> group can execute 51 - commands as super user without entering a password. 50 + Whether users of the <code>wheel</code> group must 51 + provide a password to run commands as super user via <command>sudo</command>. 52 52 ''; 53 53 }; 54 54