Update lenovo/thinkpad/t440p/default.nix

This commit is contained in:
Jörg Thalheim
2023-01-24 08:54:28 +00:00
committed by GitHub
parent 759a06ec4a
commit d25ac8d999

View File

@@ -7,7 +7,7 @@
];
boot = {
extraModprobeConfig = lib.mkDefault ''
extraModprobeConfig = ''
options bbswitch use_acpi_to_detect_card_state=1
options thinkpad_acpi force_load=1 fan_control=1
'';