.
This commit is contained in:
parent
fb3e788d24
commit
8cae8e16b3
1 changed files with 4 additions and 5 deletions
|
@ -83,15 +83,14 @@
|
|||
(append
|
||||
(modify-services
|
||||
%desktop-services
|
||||
(delete login-service-type))
|
||||
(delete login-service-type)
|
||||
(delete mingetty-service-type)
|
||||
(delete console-font-service-type))
|
||||
(list
|
||||
;; (service elogind-service-type)
|
||||
;; (service seatd-service-type)
|
||||
(service tlp-service-type)
|
||||
(service thermald-service-type
|
||||
(thermald-configuration
|
||||
(adaptive? #t)))
|
||||
(service udisks-service-type)
|
||||
(service bluetooth-service-type)
|
||||
(service inputattach-service-type)
|
||||
(service fstrim-service-type)
|
||||
|
@ -99,7 +98,7 @@
|
|||
(earlyoom-configuration
|
||||
(minimum-available-memory 5)
|
||||
(minimum-free-swap 5)))
|
||||
#;(service greetd-service-type
|
||||
(service greetd-service-type
|
||||
(greetd-configuration
|
||||
(greeter-supplementary-groups
|
||||
(list "video" "input"))
|
||||
|
|
Loading…
Reference in a new issue