From c3485b0b69776705eb305379e23f442a3ec156c5 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 5 Jun 2023 16:08:15 +0200 Subject: Fix screen-locker-configuration syntax --- tw/system/cern.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tw') diff --git a/tw/system/cern.scm b/tw/system/cern.scm index 7ca6eab2..6e1dea4c 100644 --- a/tw/system/cern.scm +++ b/tw/system/cern.scm @@ -194,7 +194,8 @@ ;; Install i3lock as a setuid binary, so it can talk to PAM. (service screen-locker-service-type (screen-locker-configuration - "i3lock" (file-append i3lock "/bin/i3lock") #f)) + (name "i3lock") + (program (file-append i3lock "/bin/i3lock")))) ;; gnome-keyring is not in `%desktop-services' by default, ;; but needs to be there to add itself to /etc/pam.d/. -- cgit v1.2.3