Update to linux 6.14.

This commit is contained in:
Tom Alexander
2025-05-04 12:09:57 -04:00
parent efcefc129a
commit 1044aa16b0
5 changed files with 16 additions and 16 deletions

View File

@@ -74,7 +74,7 @@
HZ = lib.kernel.freeform "300";
HZ_300 = lib.kernel.yes;
HZ_1000 = lib.kernel.no;
} prev.linux_6_13;
} prev.linux_6_14;
}
)
(final: prev: {
@@ -111,7 +111,7 @@
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_me;
})
(lib.mkIf (config.me.buildingIso) {
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_13;
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_14;
boot.supportedFilesystems.zfs = true;
})
];