NetworkManager: Difference between revisions
removed "suite" |
removed curly brackets |
||
Line 3: | Line 3: | ||
== Installation == | == Installation == | ||
NetworkManager can be enabled with the following line: | NetworkManager can be enabled with the following line: | ||
networking.networkmanager.enable = true;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. | |||
networking.networkmanager.enable = true; | |||
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. |
Revision as of 03:59, 2 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 with the following line:
networking.networkmanager.enable = true;By default, NetworkManager comes withnmcli
andnmtui
as user interfaces, however, a GTK interface callednm-connection-editor
can be found in thenm-applet
package.