mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
bump kernel version to 6.8
This commit is contained in:
parent
44f90939dc
commit
1c0e28b864
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
||||||
# };
|
# };
|
||||||
|
|
||||||
# ------------ kernel -------------------------------------------------------
|
# ------------ kernel -------------------------------------------------------
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_7;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_8;
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue