Skip to content

Commit

Permalink
manual: rename user added to networkmanager from "youruser" to "alice"
Browse files Browse the repository at this point in the history
to be consistent with the rest of the manual

Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
  • Loading branch information
flokli committed Jun 28, 2018
1 parent 6cabce9 commit 329983f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/doc/manual/configuration/network-manager.xml
Expand Up @@ -19,7 +19,7 @@
All users that should have permission to change network settings must belong
to the <code>networkmanager</code> group:
<programlisting>
<link linkend="opt-users.users._name__.extraGroups">users.users.youruser.extraGroups</link> = [ "networkmanager" ];
<link linkend="opt-users.users._name__.extraGroups">users.users.alice.extraGroups</link> = [ "networkmanager" ];
</programlisting>
</para>

Expand Down

0 comments on commit 329983f

Please sign in to comment.