Skip to content

Commit

Permalink
radxa: add remark about kernel.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Feb 6, 2025
1 parent 68cc7a8 commit d1f201f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radxa/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ in {
boot = {
# Currently enable bcachefs automatically set
# kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
# TODO: Consider removing this line once, we get an LTS kernel that is newer than 6.12
kernelPackages = lib.mkOverride 990 pkgs.linuxPackages_latest;
supportedFilesystems = [ "bcachefs" ];
loader.systemd-boot.enable = lib.mkDefault true;
Expand Down

0 comments on commit d1f201f

Please sign in to comment.