mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
doc: cookbook: Fix typo in screen-locker-service-type
The screen locker service type is called screen-locker-service-type, and not screen-locker-services-type. * doc/guix-cookbook.texi (Xorg): Fix typo. Change-Id: I191b0cb971f435f283ff8d0278e581372d16ae95 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
cdb31a8869
commit
6517baf995
1 changed files with 1 additions and 1 deletions
|
@ -2453,7 +2453,7 @@ be made setuid-root so it can authenticate users, and it needs a PAM service. Th
|
||||||
can be achieved by adding the following service to your @file{config.scm}:
|
can be achieved by adding the following service to your @file{config.scm}:
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
(service screen-locker-services-type
|
(service screen-locker-service-type
|
||||||
(screen-locker-configuration
|
(screen-locker-configuration
|
||||||
(name "slock")
|
(name "slock")
|
||||||
(program (file-append slock "/bin/slock"))))
|
(program (file-append slock "/bin/slock"))))
|
||||||
|
|
Loading…
Reference in a new issue