diff options
author | sefidel <contact@sefidel.net> | 2022-11-04 16:43:08 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-11-04 16:43:08 +0900 |
commit | b3531ad2d5ed8b7ab05416e6fb09679cd537d2ec (patch) | |
tree | 4a93e088f15f0ca43b03a78896a29ca0f9466680 /nixos | |
parent | f405d11d5aed0ac50476c9399b6a7440a8fe9938 (diff) | |
download | nixrc-b3531ad2d5ed8b7ab05416e6fb09679cd537d2ec.tar.gz nixrc-b3531ad2d5ed8b7ab05416e6fb09679cd537d2ec.zip |
feat(nixos/alpha)!: bump kernel to 6.0
* 5.19 has reached its EOL
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/alpha/configuration.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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" |