mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-22 06:06:29 +00:00
update to kernel 6.1
This commit is contained in:
parent
96fe4f068f
commit
71c93bbe4a
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ in
|
|||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
# ------------ kernel -------------------------------------------------------
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_0;
|
||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_6_1;
|
||||
|
||||
# ------------ time, location & input ---------------------------------------
|
||||
# Set your time zone.
|
||||
|
|
Loading…
Reference in a new issue