switch to latest kernel

This commit is contained in:
cswimr 2025-02-05 15:19:35 -06:00
parent de980f6464
commit 904f8d1e0c
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -42,13 +42,7 @@
};
# install the most recent stable linux kernel
/*
TODO: change this back to 'pkgs.linuxPackages_latest' once
https://github.com/NixOS/nixpkgs/commit/c805021f3a95da44a1811f1235b997f57d893dc3
and https://github.com/NixOS/nixpkgs/pull/375838
trickle down to nixos-unstable
*/
boot.kernelPackages = pkgs.linuxPackages_6_12;
boot.kernelPackages = pkgs.linuxPackages_latest;
# Bootloader.
boot.loader.systemd-boot.enable = true;