mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-05 01:37:24 +08:00
ga402: remove useless kernel flags
This commit is contained in:
committed by
Jörg Thalheim
parent
70325e398b
commit
20f2efe651
@@ -20,6 +20,6 @@
|
||||
};
|
||||
|
||||
boot = {
|
||||
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ];
|
||||
kernelParams = [ "pcie_aspm.policy=powersupersave" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user