services: elogind: Add elogind to the global profile.
* gnu/services/desktop.scm (elogind-service-type): Extend PROFILE-SERVICE-TYPE.
This commit is contained in:
parent
edc891fa76
commit
05c5b16585
|
@ -675,6 +675,11 @@ include the @command{udisksctl} command, part of UDisks, and GNOME Disks."
|
||||||
(compose list elogind-package))
|
(compose list elogind-package))
|
||||||
(service-extension polkit-service-type
|
(service-extension polkit-service-type
|
||||||
(compose list elogind-package))
|
(compose list elogind-package))
|
||||||
|
|
||||||
|
;; Provide the 'loginctl' command.
|
||||||
|
(service-extension profile-service-type
|
||||||
|
(compose list elogind-package))
|
||||||
|
|
||||||
;; TODO: Extend PAM with pam_elogind.so.
|
;; TODO: Extend PAM with pam_elogind.so.
|
||||||
))))
|
))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue