Revert "Enable retbleed newer mitigation and zen kernel"

This reverts commit 76b2e9949f.
This commit is contained in:
coolneng 2023-03-22 23:21:10 +01:00
parent a7220f1cc7
commit a709f88dc7
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 2 deletions

View File

@ -5,7 +5,7 @@ with pkgs;
{
# Kernel configuration
boot = {
kernelPackages = linuxPackages_zen;
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
kernelParams = [
"zfs.zfs_arc_max=2147483648"
"zfs.zfs_arc_meta_limit_percent=90"
@ -13,7 +13,6 @@ with pkgs;
"ipv6.disable=1"
"ahci.mobile_lpm_policy=3"
"nmi_watchdog=0"
"retbleed=stuff"
];
kernelModules = [ "i915" ];
blacklistedKernelModules = [ "btusb" "bluetooth" ];