More on the wiki.
Override kernel version with
boot.kernelPackages = pkgs.linuxPackages_latest;More on the wiki.
boot.kernelPackages = pkgs.linuxPackagesFor yourCustomKernel;Since 6.7
boot.kernelPatches = [
{
name = "Rust Support";
patch = null;
features = {
rust = true;
};
}
];Quick search shows that 6.5 got some better CPU threading feats, better btrfs support.