Update kernel to 5.15

This commit is contained in:
2021-12-13 07:40:46 +00:00
parent 4f7e96cb37
commit 70c895831f

View File

@@ -2,7 +2,7 @@
{
# Use the systemd-boot EFI boot loader.
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_14;
boot.kernelPackages = pkgs.linuxKernel.packages.linux_5_15;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;