system: Enable acpi_call kernel module.

This commit is contained in:
Raghav Gururajan 2022-10-15 11:43:37 -04:00
parent 149dbc8c6b
commit ed9fcc640c
Signed by: raghavgururajan
GPG Key ID: 5F5816647F8BE551
1 changed files with 6 additions and 0 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))