feat: use latest kernel

This commit is contained in:
Michael Mandl 2024-01-14 22:07:21 +01:00
parent 8f4d85de56
commit b5aa5c6300
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

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