From 4a8f736cdb9ea78e7358251004e9211ffd3aeb30 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Fri, 8 Mar 2024 21:40:32 +0100 Subject: [PATCH] hephaestus: switch to latest kernel LTS --- hosts/hephaestus/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hephaestus/default.nix b/hosts/hephaestus/default.nix index 8eb7d45..4efc538 100644 --- a/hosts/hephaestus/default.nix +++ b/hosts/hephaestus/default.nix @@ -16,7 +16,7 @@ hardware.amdgpu.opencl = false; - boot.kernelPackages = pkgs.linuxPackages; + boot.kernelPackages = pkgs.linuxPackages_6_6; # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true;