WIP: Introduce Intel 2024, 2025, tasycl and oneMath #3

Draft
abonerib wants to merge 486 commits from abonerib/bscpkgs:pkgs/tasycl into master
Showing only changes of commit c31bfd6b4d - Show all commits

View File

@ -65,4 +65,9 @@ in {
./perf.nix ./perf.nix
]; ];
boot.kernelPackages = lib.mkForce kernel; boot.kernelPackages = lib.mkForce kernel;
# disable all cpu mitigations
boot.kernelParams = [
"mitigations=off"
];
} }