From b3531ad2d5ed8b7ab05416e6fb09679cd537d2ec Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 4 Nov 2022 16:43:08 +0900 Subject: feat(nixos/alpha)!: bump kernel to 6.0 * 5.19 has reached its EOL --- nixos/alpha/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nixos/alpha') diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index 522734d..fffd4f0 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -22,7 +22,7 @@ }; }; - boot.kernelPackages = pkgs.linuxPackages_5_19; + boot.kernelPackages = pkgs.linuxPackages_6_0; boot.kernelParams = [ "nohibernate" "nmi_watchdog=0" -- cgit 1.4.1