hw x220: remove broken tp-smapi

This commit is contained in:
lassulus 2018-02-10 16:07:18 +01:00
parent e155044112
commit e000690cc2

View File

@ -14,7 +14,6 @@ with import <stockholm/lib>;
boot = {
kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" ];
extraModulePackages = [ config.boot.kernelPackages.tp_smapi ];
kernelParams = [ "acpi_backlight=none" ];
};