Sudo: Difference between revisions

Unabomberlive (talk | contribs)
Marked this version for translation
Onny (talk | contribs)
Usage: Enable sudo for specific user
 
Line 5: Line 5:
</translate>
</translate>
<translate>
<translate>
== Usage == <!--T:2-->
== Usage ==
Enable sudo-usage for the example user <code>myuser</code>.<syntaxhighlight lang="nix">
users.users.myuser.extraGroups = [ "wheel" ];
</syntaxhighlight><!--T:2-->
</translate>
</translate>
<translate>
<translate>