mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-21 15:53:32 +01:00
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:
parent
94a78c2597
commit
13ca374170
@ -98,6 +98,8 @@ in
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
blacklistedKernelModules = [ "floppy" ];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user