services: udisks: Add UDisks to the system profile.
* gnu/services/desktop.scm (udisks-service-type): Extend PROFILE-SERVICE-TYPE.
This commit is contained in:
parent
1065bed9c4
commit
beca0807eb
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue