feat: use latest kernel
This commit is contained in:
parent
8f4d85de56
commit
b5aa5c6300
@ -3,6 +3,8 @@
|
||||
{
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
boot.loader = {
|
||||
timeout = 5;
|
||||
efi.canTouchEfiVariables = true;
|
||||
|
Reference in New Issue
Block a user