Sudo: Difference between revisions
m link to usermanagement |
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 | </syntaxhighlight> | ||
</translate> | </translate> | ||
<translate> | <translate> |