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

ga402: remove useless kernel flags

This commit is contained in:
Alexandre Acebedo 2023-07-16 20:49:56 +02:00 committed by Jörg Thalheim
parent 70325e398b
commit 20f2efe651

View File

@ -20,6 +20,6 @@
}; };
boot = { boot = {
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ]; kernelParams = [ "pcie_aspm.policy=powersupersave" ];
}; };
} }