diff --git a/system-modules/boot.nix b/system-modules/boot.nix index 2358ed9..ec5919d 100755 --- a/system-modules/boot.nix +++ b/system-modules/boot.nix @@ -118,6 +118,7 @@ in efiSupport = true; }; }; + kernelPackages = pkgs-unstable.linuxPackages_6_11; }; }; }