hephaestus: switch to latest kernel LTS

This commit is contained in:
Antoine Martin 2024-03-08 21:40:32 +01:00
parent d660110cec
commit 4a8f736cdb

View file

@ -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;