services: Add polkit-wheel-service to %desktop-services.
* gnu/services/desktop.scm: (%desktop-services): Add polkit-wheel-service. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
7f25ff10e1
commit
27b77228cf
|
@ -1101,6 +1101,9 @@ dispatches events from it.")))
|
||||||
;; Add udev rules for MTP devices so that non-root users can access
|
;; Add udev rules for MTP devices so that non-root users can access
|
||||||
;; them.
|
;; them.
|
||||||
(simple-service 'mtp udev-service-type (list libmtp))
|
(simple-service 'mtp udev-service-type (list libmtp))
|
||||||
|
;; Add polkit rules, so that non-root users in the wheel group can
|
||||||
|
;; perform administrative tasks (similar to "sudo").
|
||||||
|
polkit-wheel-service
|
||||||
|
|
||||||
;; NetworkManager and its applet.
|
;; NetworkManager and its applet.
|
||||||
(service network-manager-service-type)
|
(service network-manager-service-type)
|
||||||
|
|
Reference in New Issue