Revert "Enable retbleed newer mitigation and zen kernel"
This reverts commit 76b2e9949f
.
This commit is contained in:
parent
a7220f1cc7
commit
a709f88dc7
|
@ -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" ];
|
||||
|
|
Loading…
Reference in New Issue