Use linux-cachyos-latest because rc isn't updated yet in nix-cachyos-kernel

This commit is contained in:
Username404-59 2026-06-30 19:43:52 +02:00
parent 6707382246
commit a3d11b63f7
Signed by: Username404-59
GPG Key ID: F3A1878B14F5F0D7

View File

@ -39,7 +39,7 @@
boot.kernelPackages = (
pkgs.linuxKernel.packagesFor(
pkgs.cachyosKernels.linux-cachyos-rc.override {
pkgs.cachyosKernels.linux-cachyos-latest.override {
bbr3 = true;
cpusched = "bore";
lto = if isLaptop then "thin" else "full";