Merge pull request #37198 from giraffito/patch-2

nixos/sudo: fix description of sudo.wheelNeedsPassword
This commit is contained in:
Jörg Thalheim
2018-03-18 12:27:43 +00:00
committed by GitHub
+2 -2
View File
@@ -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>.
''; '';
}; };