NetworkManager: Difference between revisions
initial creation |
No edit summary |
||
Line 1: | Line 1: | ||
NetworkManager is a suite of programs for configuring network devices on a system. It is widely used by several Linux distributions and can be optionally enabled on NixOS for non-declarative network configuration. | NetworkManager is a suite of programs for configuring network devices on a system. 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 with the following line: | |||
<code> { | |||
networking.networkmanager.enable = true; | |||
} </code> | |||
By default, NetworkManager comes with <code>nmcli</code> and <code>nmtui</code> as user interfaces, however, a GTK interface called <code>nm-connection-editor</code> can be found in the <code>nm-applet</code> package. |