networkmanager: add information from wiki to docs (#18245)
* networkmanager: add information from wiki to docs Specifically: * mention nmcli, nmtui * mention gtk and kde applets fixes #13273
This commit is contained in:
committed by
Rok Garbas
parent
07e76b0738
commit
ee501fd49a
@@ -16,12 +16,22 @@ networking.networkmanager.enable = true;
|
|||||||
some desktop managers (e.g., GNOME) enable NetworkManager
|
some desktop managers (e.g., GNOME) enable NetworkManager
|
||||||
automatically for you.</para>
|
automatically for you.</para>
|
||||||
|
|
||||||
<para>All users that should have permission to change network settings
|
<para>All users that should have permission to change network settings must
|
||||||
must belong to the <code>networkmanager</code> group.</para>
|
belong to the <code>networkmanager</code> group:
|
||||||
|
|
||||||
|
<programlisting>
|
||||||
|
users.extraUsers.youruser.extraGroups = [ "networkmanager" ];
|
||||||
|
</programlisting>
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>NetworkManager is controlled using either <command>nmcli</command> or
|
||||||
|
<command>nmtui</command> (curses-based terminal user interface). See their
|
||||||
|
manual pages for details on their usage. Some desktop environments (GNOME, KDE)
|
||||||
|
have their own configuration tools for NetworkManager.</para>
|
||||||
|
|
||||||
<note><para><code>networking.networkmanager</code> and
|
<note><para><code>networking.networkmanager</code> and
|
||||||
<code>networking.wireless</code> can not be enabled at the same time:
|
<code>networking.wireless</code> (WPA Supplicant) cannot be enabled at the same
|
||||||
you can still connect to the wireless networks using
|
time: you can still connect to the wireless networks using
|
||||||
NetworkManager.</para></note>
|
NetworkManager.</para></note>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user