NetworkManager: Difference between revisions

m nm-applet -> networkmanagerapplet. nm-applet no longer exist and i think its been replaced by networkmanagerapplet https://search.nixos.org/packages?channel=25.05&show=networkmanagerapplet&from=0&size=50&sort=relevance&type=packages&query=nm-applet
Axka (talk | contribs)
m Link to link aggregation in Network article
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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. It also tends to be the default for many desktop environments, such as [[GNOME]] or [[KDE|KDE Plasma]].
NetworkManager is a program for configuring network devices on Linux. It is widely used by several Linux distributions and recommended for new [[NixOS]] installs. It provides non-declarative, interactive network configuration and tends to be the default for many desktop environments, such as [[GNOME]] or [[KDE|KDE Plasma]].


== Installation ==
== Installation ==
Line 40: Line 40:
networking.networkmanager.wifi.powersave = true;
networking.networkmanager.wifi.powersave = true;
</syntaxhighlight>Please see [[Power Management]] for more tips relating to power-saving tips and tricks for NixOS.
</syntaxhighlight>Please see [[Power Management]] for more tips relating to power-saving tips and tricks for NixOS.
=== Link aggregation ===
See [[Networking#Link aggregation]].
[[Category:Networking]]
[[Category:Networking]]
[[Category:Desktop]]
[[Category:Desktop]]