From 18e73db37b99f18842abdb8427e1243e8c032e2a Mon Sep 17 00:00:00 2001 From: sefidel Date: Fri, 7 Oct 2022 21:55:21 +0900 Subject: feat(nixos/alpha)!: bump kernel to 5.19 * 5.18 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 fee4aa9..1a4e202 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -22,7 +22,7 @@ }; }; - boot.kernelPackages = pkgs.linuxPackages_5_18; + boot.kernelPackages = pkgs.linuxPackages_5_19; boot.kernelParams = [ "nohibernate" "nmi_watchdog=0" -- cgit 1.4.1