mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-08 11:36:10 +01:00
radxa: add remark about kernel.
This commit is contained in:
parent
68cc7a876b
commit
d1f201fc62
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue