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