mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 10:58:37 +08:00
Segregate lenovo/ subdir into thinkpad and ideapad directories
There are several significant differences between ThinkPads and the other Lenovo models, so this structure must be more precise
This commit is contained in:
12
lenovo/thinkpad/t440p.nix
Normal file
12
lenovo/thinkpad/t440p.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [ ./general.nix ];
|
||||
|
||||
boot = {
|
||||
extraModprobeConfig = ''
|
||||
options bbswitch use_acpi_to_detect_card_state=1
|
||||
'';
|
||||
kernelModules = [ "kvm-intel" "tpm-rng" ];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user