Compare commits

...

3 Commits

Author SHA1 Message Date
Raghav Gururajan 260431ba94
Revert "system: Enable acpi_call kernel module."
This reverts commit ed9fcc640c.
2022-10-28 13:05:51 -04:00
Raghav Gururajan 24067fa4ad
Revert "system: Enable tp_smapi kernel module."
This reverts commit d4d0806324.
2022-10-28 12:59:27 -04:00
Raghav Gururajan b3dc467ad0
Revert "system: Enable battery-care features in TLP."
This reverts commit 6accba298e.
2022-10-28 12:58:28 -04:00
1 changed files with 1 additions and 15 deletions

View File

@ -46,10 +46,6 @@
(operating-system
;; Use LTS versions of the kernel.
(kernel linux-libre-lts)
(kernel-loadable-modules
(list
acpi-call-linux-module
tp-smapi-module))
(kernel-arguments
(append
(list
@ -180,10 +176,6 @@
(device-type "wacom")
(device "/dev/ttyS4")
(baud-rate 38400)))
(service kernel-module-loader-service-type
(list
"acpi_call"
"tp_smapi"))
(service sane-service-type)
(service udisks-service-type
(udisks-configuration))
@ -241,13 +233,7 @@
(service thermald-service-type
(thermald-configuration
(ignore-cpuid-check? #t)))
(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 tlp-service-type)
(service upower-service-type))
;; Security
(list