mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-20 08:39:45 +01:00
ga402: remove useless kernel flags
This commit is contained in:
parent
70325e398b
commit
20f2efe651
1 changed files with 1 additions and 1 deletions
|
@ -20,6 +20,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ];
|
kernelParams = [ "pcie_aspm.policy=powersupersave" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue