mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -732,7 +732,8 @@ (define elogind-service-type
|
|||
|
||||
;; 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 a new issue