Small config change
This commit is contained in:
parent
e58c90b63b
commit
c45b6bbe58
1 changed files with 3 additions and 5 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue