mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
7 lines
126 B
Nix
7 lines
126 B
Nix
{
|
|
# see https://bbs.archlinux.org/viewtopic.php?pid=2227023
|
|
boot.kernelParams = [
|
|
"acpi_osi=\"!Windows 2015\""
|
|
];
|
|
}
|