diff --git a/configuration.nix b/configuration.nix index ff07f0f..e6c4d8c 100644 --- a/configuration.nix +++ b/configuration.nix @@ -68,8 +68,8 @@ }; boot = { - # 6.6 LTS until 2026 - kernelPackages = pkgs.linuxPackages_6_6; + # 6.12 LTS until 2026 + kernelPackages = pkgs.linuxPackages_6_12; loader = { # Use the systemd-boot EFI boot loader.