mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 5 additions and 0 deletions
|
@ -675,6 +675,11 @@ (define elogind-service-type
|
|||
(compose list elogind-package))
|
||||
(service-extension polkit-service-type
|
||||
(compose list elogind-package))
|
||||
|
||||
;; Provide the 'loginctl' command.
|
||||
(service-extension profile-service-type
|
||||
(compose list elogind-package))
|
||||
|
||||
;; TODO: Extend PAM with pam_elogind.so.
|
||||
))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue