1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 02:53:34 +02:00

lenovo.thinkpad.t430: fix boot.kernelParams

This commit is contained in:
P. R. d. O 2021-10-26 19:50:38 -06:00
parent 3aabf78bfc
commit fdf8fa5d20
No known key found for this signature in database
GPG Key ID: 7B0FF33FF90110C7

View File

@ -10,7 +10,7 @@
boot = {
kernelParams = [
# fixes brightness keys, see https://wiki.archlinux.org/index.php/Lenovo_ThinkPad_T430s
"acpi_osi\='!Windows 2012'"
''acpi_osi="!Windows 2012"''
];
};
}