system: use latest kernel version

Fixes `npm ci` hanging.

See: https://lore.kernel.org/io-uring/2024110620-stretch-custodian-0e7d@gregkh/T/#u
This commit is contained in:
Donovan Glover 2024-11-06 13:01:49 -05:00
parent 94a78c2597
commit 13ca374170
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -98,6 +98,8 @@ in
efi.canTouchEfiVariables = true;
};
kernelPackages = pkgs.linuxPackages_latest;
blacklistedKernelModules = [ "floppy" ];
};