This commit is contained in:
Daniel Ziltener 2023-11-29 15:36:31 +01:00
parent fb3e788d24
commit 8cae8e16b3
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -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"))