services: elogind: Add default value.
* gnu/services/desktop.scm (elogind-service-type)[default-value]: New field.
This commit is contained in:
parent
13877c3453
commit
cf42428a4a
|
@ -732,7 +732,8 @@ seats.)"
|
|||
|
||||
;; We need /run/user, /run/systemd, etc.
|
||||
(service-extension file-system-service-type
|
||||
(const %elogind-file-systems))))))
|
||||
(const %elogind-file-systems))))
|
||||
(default-value (elogind-configuration))))
|
||||
|
||||
(define* (elogind-service #:key (config (elogind-configuration)))
|
||||
"Return a service that runs the @command{elogind} login and seat management
|
||||
|
|
Loading…
Reference in New Issue