mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #6552 from nslqqq/master
Correct NetworkManager documentation
This commit is contained in:
commit
2fdad12a8d
@ -10,7 +10,7 @@
|
|||||||
use NetworkManager. You can enable NetworkManager by setting:
|
use NetworkManager. You can enable NetworkManager by setting:
|
||||||
|
|
||||||
<programlisting>
|
<programlisting>
|
||||||
services.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
</programlisting>
|
</programlisting>
|
||||||
|
|
||||||
some desktop managers (e.g., GNOME) enable NetworkManager
|
some desktop managers (e.g., GNOME) enable NetworkManager
|
||||||
@ -19,8 +19,8 @@ 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 belong to the <code>networkmanager</code> group.</para>
|
must belong to the <code>networkmanager</code> group.</para>
|
||||||
|
|
||||||
<note><para><code>services.networkmanager</code> and
|
<note><para><code>networking.networkmanager</code> and
|
||||||
<code>services.wireless</code> can not be enabled at the same time:
|
<code>networking.wireless</code> can not be enabled at the same time:
|
||||||
you can still connect to the wireless networks using
|
you can still connect to the wireless networks using
|
||||||
NetworkManager.</para></note>
|
NetworkManager.</para></note>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user