Skip to content

Commit

Permalink
ga402: remove useless kernel flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo authored and Mic92 committed Jul 24, 2023
1 parent 70325e3 commit 20f2efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asus/zephyrus/ga402/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
};

boot = {
kernelParams = [ "pcie_aspm.policy=powersupersave" "acpi.prefer_microsoft_dsm_guid=1" ];
kernelParams = [ "pcie_aspm.policy=powersupersave" ];
};
}

0 comments on commit 20f2efe

Please sign in to comment.