revert to kernel 6.12
This commit is contained in:
parent
b4fb390e46
commit
3671e2adfd
3 changed files with 40 additions and 83 deletions
|
@ -17,7 +17,13 @@
|
|||
};
|
||||
|
||||
# install the most recent stable linux kernel
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
/*
|
||||
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;
|
||||
|
||||
# Bootloader.
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue