Compare commits

...

2 Commits

1 changed files with 13 additions and 1 deletions

View File

@ -46,6 +46,9 @@
(operating-system
;; Use LTS versions of the kernel.
(kernel linux-libre-lts)
(kernel-loadable-modules
(list
acpi-call-linux-module))
(kernel-arguments
(append
(list
@ -176,6 +179,9 @@
(device-type "wacom")
(device "/dev/ttyS4")
(baud-rate 38400)))
(service kernel-module-loader-service-type
(list
"acpi_call"))
(service sane-service-type)
(service udisks-service-type
(udisks-configuration))
@ -233,7 +239,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