bump kernel version to 6.8

This commit is contained in:
Felix Suchert 2024-04-09 13:54:40 +02:00
parent 44f90939dc
commit 1c0e28b864
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -63,7 +63,7 @@
# };
# ------------ kernel -------------------------------------------------------
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
services.fwupd.enable = true;