From b5aa5c63005eadda70aa4012ae88cd05f099ebc6 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sun, 14 Jan 2024 22:07:21 +0100 Subject: [PATCH] feat: use latest kernel --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.nix b/configuration.nix index 37e2477..ef49462 100644 --- a/configuration.nix +++ b/configuration.nix @@ -3,6 +3,8 @@ { nixpkgs.config.allowUnfree = true; + boot.kernelPackages = pkgs.linuxPackages_latest; + boot.loader = { timeout = 5; efi.canTouchEfiVariables = true;