1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2025-03-15 02:05:15 +01:00

x230: remove acpi_call

This commit is contained in:
davidak 2018-02-06 20:47:49 +01:00
parent 30fdd53a0a
commit 75cde5129c

View file

@ -7,11 +7,7 @@
];
boot = {
extraModulePackages = with config.boot.kernelPackages; [
acpi_call
];
kernelModules = [
"acpi_call"
"tpm-rng"
];
};