1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-07-01 08:58:32 +02:00
nixos-hardware/lenovo/t440p.nix

11 lines
183 B
Nix
Raw Normal View History

2016-02-08 13:12:20 +01:00
{ config, pkgs, ... }:
{
boot = {
extraModprobeConfig = ''
options bbswitch use_acpi_to_detect_card_state=1
'';
kernelModules = [ "kvm-intel" "tpm-rng" ];
};
}