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.
|
;; 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))
|
||||||
|
|
Loading…
Reference in a new issue