networkmanager: 1.18.2 -> 1.20.2

* libnm-glib is gone 👋️
* correct dbus_conf_dir
* remove legacy service symlink
* upstream defaults to 'internal' for dhcp
  NixOS module reflects this.

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/1.20.2/NEWS
This commit is contained in:
worldofpeace
2019-09-14 09:01:46 -04:00
parent 447d625edc
commit 1ff3a0c498
4 changed files with 40 additions and 30 deletions
@@ -195,7 +195,7 @@ in {
dhcp = mkOption {
type = types.enum [ "dhclient" "dhcpcd" "internal" ];
default = "dhclient";
default = "internal";
description = ''
Which program (or internal library) should be used for DHCP.
'';