Sudo: Difference between revisions

Pigs (talk | contribs)
m link to usermanagement
Ardenet (talk | contribs)
Marked this version for translation
Tags: Mobile edit Mobile web edit
 
Line 5: Line 5:
</translate>
</translate>
<translate>
<translate>
<!--T:2-->
== Usage ==
== Usage ==
Enable sudo-usage for the example user <code>myuser</code>.<syntaxhighlight lang="nix">
Enable sudo-usage for the example user <code>myuser</code>.<syntaxhighlight lang="nix">
users.users.myuser.extraGroups = [ "wheel" ];
users.users.myuser.extraGroups = [ "wheel" ];
</syntaxhighlight><!--T:2-->
</syntaxhighlight>
</translate>
</translate>
<translate>
<translate>