Switch to Zen kernel

This commit is contained in:
coolneng 2024-11-11 14:12:13 +01:00
parent 51eca1d4f3
commit e191f9b386
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 5 additions and 2 deletions

View File

@ -11,8 +11,11 @@ with pkgs;
{
# Kernel configuration
boot = {
kernelPackages = config.boot.zfs.package.latestCompatibleLinuxPackages;
blacklistedKernelModules = [ "btusb" "bluetooth" ];
kernelPackages = linuxPackages_zen;
blacklistedKernelModules = [
"btusb"
"bluetooth"
];
kernelParams = [
"zfs.zfs_arc_max=8589934592"
"zfs.zfs_arc_min=1073741824"