server: temporarily switch to linux 6.9
This commit is contained in:
parent
d779d0f809
commit
dccb67d5e5
|
@ -9,7 +9,7 @@
|
|||
"phy-rockchip-naneng-combphy"
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_latest;
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_9;
|
||||
|
||||
boot.kernelParams = [ "dtb=/${config.hardware.deviceTree.name}" ];
|
||||
hardware.deviceTree.enable = true;
|
||||
|
|
Loading…
Reference in a new issue