NetworkManager: Difference between revisions
Tags: Mobile edit Mobile web edit |
|||
Line 11: | Line 11: | ||
NetworkManager can be used with several front ends, such as <code>nmcli</code>, <code>nmtui</code>, or <code>nm-applet</code> and <code>nm-connection-editor</code>. | NetworkManager can be used with several front ends, such as <code>nmcli</code>, <code>nmtui</code>, or <code>nm-applet</code> and <code>nm-connection-editor</code>. | ||
[[Category: Server]] | |||
[[Category: Desktop]] |
Revision as of 19:38, 24 April 2024
NetworkManager is a program for configuring network devices on Linux. It is widely used by several Linux distributions and can be optionally enabled on NixOS for non-declarative network configuration. Additionally, it is used by several desktop environments.
Installation
NetworkManager can be enabled in the NixOS configuration file with the following line:
networking.networkmanager.enable = true;
By default, NetworkManager comes with nmcli
and nmtui
as user interfaces, however, a GTK interface called nm-connection-editor
can be found in the nm-applet
package.
Usage
NetworkManager can be used with several front ends, such as nmcli
, nmtui
, or nm-applet
and nm-connection-editor
.