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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user