From 6517baf995e4b49db54a02c7f240f158e962c2ad Mon Sep 17 00:00:00 2001 From: Roman Scherer Date: Sat, 7 Sep 2024 15:12:33 +0200 Subject: doc: cookbook: Fix typo in screen-locker-service-type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/guix-cookbook.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/guix-cookbook.texi b/doc/guix-cookbook.texi index 4c2b23786c..e41d584813 100644 --- a/doc/guix-cookbook.texi +++ b/doc/guix-cookbook.texi @@ -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}: @lisp -(service screen-locker-services-type +(service screen-locker-service-type (screen-locker-configuration (name "slock") (program (file-append slock "/bin/slock")))) -- cgit v1.2.3