From 4110fbc6dd9e22f05ef738da7abbd72feaea93f9 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 2 Sep 2017 23:39:29 +0200 Subject: services: '%desktop-services' uses NetworkManager instead of Wicd. Discussed at . * gnu/services/desktop.scm (%desktop-services): Remove call to 'wicd-service'. Add instances of NETWORK-MANAGER-SERVICE-TYPE and WPA-SUPPLICANT-SERVICE-TYPE. * doc/guix.texi (Networking Services): Document 'network-manager-service-type' as being part of '%desktop-services'. (Desktop Services): Replace Wicd with NM. --- gnu/services/desktop.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/services/desktop.scm b/gnu/services/desktop.scm index 0509bd8a44..4918a41dd1 100644 --- a/gnu/services/desktop.scm +++ b/gnu/services/desktop.scm @@ -809,8 +809,9 @@ with the administrator's password." (simple-service 'mtp udev-service-type (list libmtp)) ;; The D-Bus clique. + (service network-manager-service-type) + (service wpa-supplicant-service-type) ;needed by NetworkManager (avahi-service) - (wicd-service) (udisks-service) (upower-service) (accountsservice-service) -- cgit v1.2.3