mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
lenovo/t440p.nix: init
This commit is contained in:
10
lenovo/t440p.nix
Normal file
10
lenovo/t440p.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
boot = {
|
||||||
|
extraModprobeConfig = ''
|
||||||
|
options bbswitch use_acpi_to_detect_card_state=1
|
||||||
|
'';
|
||||||
|
kernelModules = [ "kvm-intel" "tpm-rng" ];
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user