civodul pushed a commit to branch master
in repository guix.
commit 89007a0bb76fb4e0404e0baf72b939f5d91f08f0
Author: Ludovic Courtès <[email protected]>
Date: Thu Nov 24 21:29:13 2016 +0100
services: network-manager: Install polkit actions.
Reported by Chris Marusich <[email protected]>
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.
---
gnu/services/networking.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm
index 5a83240..7d3626b 100644
--- a/gnu/services/networking.scm
+++ b/gnu/services/networking.scm
@@ -695,6 +695,7 @@ and @command{wicd-curses} user interfaces."
(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.