summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-06-05 16:08:15 +0200
committerTimo Wilken2023-06-05 16:08:15 +0200
commitc3485b0b69776705eb305379e23f442a3ec156c5 (patch)
tree2653cf25b6624ff574f595e8d2370646f899d019 /tw
parentccc482f6a0770e643afcd676ee17f2fb6dc742c7 (diff)
Fix screen-locker-configuration syntax
Diffstat (limited to 'tw')
-rw-r--r--tw/system/cern.scm3
1 files changed, 2 insertions, 1 deletions
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/.