Small config change

This commit is contained in:
James Grogan 2024-08-26 08:43:14 +01:00
parent e58c90b63b
commit c45b6bbe58

View file

@ -69,8 +69,6 @@
;; This is where we specify system-wide packages.
(packages (append (list
;; for HTTPS access
nss-certs
;; sway
sway
swaybg
@ -85,14 +83,14 @@
(services (append
(modify-services %desktop-services
(delete gdm-service-type))
;; Configure swaylock as a setuid program
(service screen-locker-service-type
;; Configure swaylock
(list (service screen-locker-service-type
(screen-locker-configuration
(name "swaylock")
(program (file-append swaylock "/bin/swaylock"))
(using-pam? #t)
(using-setuid? #f)))
))
)))
(name-service-switch %mdns-host-lookup-nss))