diff --git a/systems/x86_64-linux/thonkpad/hardware.nix b/systems/x86_64-linux/thonkpad/hardware.nix index 733e83f..394f63d 100644 --- a/systems/x86_64-linux/thonkpad/hardware.nix +++ b/systems/x86_64-linux/thonkpad/hardware.nix @@ -1,4 +1,8 @@ -_: { +{ + lib, + pkgs, + ... +}: { boot = { initrd = { availableKernelModules = [ @@ -16,6 +20,7 @@ _: { "iwlwifi" "xe" ]; + kernelPackages = lib.mkDefault pkgs.linuxPackages_testing; kernelParams = [ # NixOS produces many wakeups per second, which is bad for battery life. # This disables the timer tick on the last 7 cores.