aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsefidel <contact@sefidel.net>2022-10-07 21:55:21 +0900
committersefidel <contact@sefidel.net>2022-10-07 21:55:21 +0900
commit18e73db37b99f18842abdb8427e1243e8c032e2a (patch)
tree428a8ff0fd1351669ce97445e25dc8da469eae59
parentf01d67a5bde14c464931852a841fa651c8179c3e (diff)
downloadnixrc-18e73db37b99f18842abdb8427e1243e8c032e2a.zip
feat(nixos/alpha)!: bump kernel to 5.19
* 5.18 has reached its EOL
-rw-r--r--nixos/alpha/configuration.nix2
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"