diff options
author | sefidel <contact@sefidel.net> | 2022-10-07 21:55:21 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2022-10-07 21:55:21 +0900 |
commit | 18e73db37b99f18842abdb8427e1243e8c032e2a (patch) | |
tree | 428a8ff0fd1351669ce97445e25dc8da469eae59 | |
parent | f01d67a5bde14c464931852a841fa651c8179c3e (diff) | |
download | nixrc-18e73db37b99f18842abdb8427e1243e8c032e2a.tar.gz nixrc-18e73db37b99f18842abdb8427e1243e8c032e2a.zip |
feat(nixos/alpha)!: bump kernel to 5.19
* 5.18 has reached its EOL
-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 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" |