feat: use latest kernel

main
mandlm 2024-01-14 22:07:21 +01:00
parent 8f4d85de56
commit b5aa5c6300
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
{ {
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
boot.kernelPackages = pkgs.linuxPackages_latest;
boot.loader = { boot.loader = {
timeout = 5; timeout = 5;
efi.canTouchEfiVariables = true; efi.canTouchEfiVariables = true;