From d3532cb48ff8aeeee4fe9699fd9942a06f047d28 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Wed, 5 Mar 2025 21:05:31 -0500 Subject: [PATCH] Use latest kernel --- machines/hephaestus/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index 28db8d9..4be401b 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -37,7 +37,7 @@ in boot = { kernelModules = [ "kvm-amd" ]; - kernelPackages = pkgs.linuxPackages; + kernelPackages = pkgs.linuxPackages_latest; loader = { efi.canTouchEfiVariables = true;