Use latest kernel.
This commit is contained in:
4
common/global/kernel.nix
Normal file
4
common/global/kernel.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
}
|
||||
Reference in New Issue
Block a user