at 16.09-beta 895 B view raw
1<section xmlns="http://docbook.org/ns/docbook" 2 xmlns:xlink="http://www.w3.org/1999/xlink" 3 xmlns:xi="http://www.w3.org/2001/XInclude" 4 version="5.0" 5 xml:id="sec-networkmanager"> 6 7<title>NetworkManager</title> 8 9<para>To facilitate network configuration, some desktop environments 10use NetworkManager. You can enable NetworkManager by setting: 11 12<programlisting> 13networking.networkmanager.enable = true; 14</programlisting> 15 16some desktop managers (e.g., GNOME) enable NetworkManager 17automatically for you.</para> 18 19<para>All users that should have permission to change network settings 20must belong to the <code>networkmanager</code> group.</para> 21 22<note><para><code>networking.networkmanager</code> and 23<code>networking.wireless</code> can not be enabled at the same time: 24you can still connect to the wireless networks using 25NetworkManager.</para></note> 26 27</section>