mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 14:06:30 +00:00
bump kernel version
This commit is contained in:
parent
520a930c60
commit
346ba15ea0
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
# ------------ kernel -------------------------------------------------------
|
# ------------ kernel -------------------------------------------------------
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_2;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_3;
|
||||||
|
|
||||||
services.fwupd.enable = true;
|
services.fwupd.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue