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