Skip to content

Commit

Permalink
CAKE: Try out Linux 6.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukant Hajra committed Jan 5, 2025
1 parent 61f07e3 commit d72a756
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion machines/target/cake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ in {
options usb-storage quirks=0bda:9210:u
'';

# DESIGN: For experimenting with a bleeding-edge kernel
# REVISIT: NixOS 24.11 is on Linux 6.6 because its was the latest LTS when
# it released, but Linux 6.12 is LTS and released now. Trying this out in
# the hopes it makes Cake perform better.
#boot.kernelPackages = pkgs.linuxPackages_latest;
boot.kernelPackages = pkgs.linuxPackages_6_12;

boot.kernelParams = [

Expand Down

0 comments on commit d72a756

Please sign in to comment.