Update linux to 6.5

This commit is contained in:
asonix 2023-10-18 12:45:50 -05:00
parent 1c42168a13
commit fa0ec8e9b8

View file

@ -121,7 +121,7 @@
{
nixosConfigurations.${hostname} = buildNixosConfiguration {
# use a custom kernel for next rebuild (we have cachix now)
kernel = (rockchip.kernel system).linux_6_4_pinetab;
kernel = (rockchip.kernel system).linux_6_5_pinetab;
# kernel = pkgs.linuxPackages_latest;
# todo: uboot isn't required after we're already booting
uBoot = (rockchip.uBoot system).uBootPineTab2;