services: network-manager: Install polkit actions.

Reported by Chris Marusich <cmmarusich@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2016-11/msg00038.html>.

* gnu/services/networking.scm (network-manager-service-type)[extensions]:
Add POLKIT-SERVICE-TYPE.
This commit is contained in:
Ludovic Courtès 2016-11-24 21:29:13 +01:00
parent 2e32869824
commit 89007a0bb7
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -695,6 +695,7 @@ (define network-manager-service-type
(list (service-extension shepherd-root-service-type
network-manager-shepherd-service)
(service-extension dbus-root-service-type list)
(service-extension polkit-service-type list)
(service-extension activation-service-type
(const %network-manager-activation))
;; Add network-manager to the system profile.