Compare commits

...

2 Commits

1 changed files with 11 additions and 3 deletions

View File

@ -48,7 +48,8 @@
(kernel linux-libre-lts)
(kernel-loadable-modules
(list
acpi-call-linux-module))
acpi-call-linux-module
tp-smapi-module))
(kernel-arguments
(append
(list
@ -181,7 +182,8 @@
(baud-rate 38400)))
(service kernel-module-loader-service-type
(list
"acpi_call"))
"acpi_call"
"tp_smapi"))
(service sane-service-type)
(service udisks-service-type
(udisks-configuration))
@ -239,7 +241,13 @@
(service thermald-service-type
(thermald-configuration
(ignore-cpuid-check? #t)))
(service tlp-service-type)
(service tlp-service-type
(tlp-configuration
;;; Battery Care
(start-charge-thresh-bat0 75)
(stop-charge-thresh-bat0 80)
(start-charge-thresh-bat1 75)
(stop-charge-thresh-bat1 80)))
(service upower-service-type))
;; Security
(list