1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

services: udisks: Add UDisks to the system profile.

* gnu/services/desktop.scm (udisks-service-type): Extend
  PROFILE-SERVICE-TYPE.
This commit is contained in:
Ludovic Courtès
2015-11-02 22:22:36 +01:00
parent 1065bed9c4
commit beca0807eb

View File

@@ -490,6 +490,10 @@ site} for more information."
(service-extension dbus-root-service-type
udisks-package)
(service-extension udev-service-type
udisks-package)
;; Profile 'udisksctl' & co. in the system profile.
(service-extension profile-service-type
udisks-package))))))
(define* (udisks-service #:key (udisks udisks))