From 70c895831f5692e78e20fef5778b98f7f7eb4c05 Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Mon, 13 Dec 2021 07:40:46 +0000 Subject: [PATCH] Update kernel to 5.15 --- hosts/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/default.nix b/hosts/common/default.nix index 5586288..65a2cbc 100644 --- a/hosts/common/default.nix +++ b/hosts/common/default.nix @@ -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;