diff options
author | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-10-19 12:31:13 +0200 |
commit | ccd89b19f3fbbb6acb94be8f9f54d4e673ee33dc (patch) | |
tree | 757dc187fba54e4d2927333cf3310d2b0b6d7b62 /makefu/2configs/hw | |
parent | cd506f30fac481e95637fa8dfa62cb4cdc27e3e4 (diff) |
m *: minor changes
Diffstat (limited to 'makefu/2configs/hw')
-rw-r--r-- | makefu/2configs/hw/tp-x220.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefu/2configs/hw/tp-x220.nix b/makefu/2configs/hw/tp-x220.nix index 58390e48d..2ec531e56 100644 --- a/makefu/2configs/hw/tp-x220.nix +++ b/makefu/2configs/hw/tp-x220.nix @@ -5,7 +5,7 @@ with config.krebs.lib; imports = [ ./tp-x2x0.nix ]; boot = { - kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" ]; + kernelModules = [ "kvm-intel" "acpi_call" "tpm-rng" "tp_smapi" ]; extraModulePackages = [ config.boot.kernelPackages.tp_smapi ]; }; hardware.opengl.extraPackages = [ pkgs.vaapiIntel pkgs.vaapiVdpau ]; |