Skip to content

Commit

Permalink
fixup! asus-zephyrus-ga402: remove unused kernel parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
aacebedo committed May 13, 2023
1 parent c645445 commit 1e254aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions asus/zephyrus/ga402/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@
boot = {
kernelParams = [ "pcie_aspm.policy=powersupersave" ];
};

assertions = [
{
assertion = (lib.versionAtLeast config.boot.kernelPackages.kernel.version "6.2");
message = "The ga402 requires kernel version >=6.2 to ensure that fans are correctly managed. Please upgrade nixpkgs for this system.";
}
];
}

0 comments on commit 1e254aa

Please sign in to comment.