Update to Linux kernel 6.15.
This commit is contained in:
parent
a06fece8f1
commit
7ef079afc0
@ -47,7 +47,7 @@
|
||||
(lib.mkIf (!config.me.optimizations.enable) (
|
||||
lib.mkMerge [
|
||||
{
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_14;
|
||||
boot.kernelPackages = pkgs.linuxPackagesFor pkgs.linux_6_15;
|
||||
}
|
||||
]
|
||||
))
|
||||
@ -94,7 +94,7 @@
|
||||
HZ = lib.kernel.freeform "300";
|
||||
HZ_300 = lib.kernel.yes;
|
||||
HZ_1000 = lib.kernel.no;
|
||||
} prev.linux_6_14;
|
||||
} prev.linux_6_15;
|
||||
}
|
||||
)
|
||||
(final: prev: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user