manual: rename user added to networkmanager from "youruser" to "alice"

to be consistent with the rest of the manual

Reported-By: Cedric Shahabi <cedric.shahabi@gmail.com>
(cherry picked from commit 329983f6c72bf5acf68cdfd29bf1a9dac7050968)
release-18.03-flake
Florian Klink 2018-06-28 23:51:06 +02:00
parent 3a5f893de2
commit 192179b875
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ networking.networkmanager.enable = true;
All users that should have permission to change network settings must belong
to the <code>networkmanager</code> group:
<programlisting>
users.users.youruser.extraGroups = [ "networkmanager" ];
users.users.alice.extraGroups = [ "networkmanager" ];
</programlisting>
</para>