mirror of
https://github.com/Username404-59/Dotfiles-NixOS.git
synced 2026-07-03 12:58:07 +02:00
Use linux-cachyos-latest because rc isn't updated yet in nix-cachyos-kernel
This commit is contained in:
parent
6707382246
commit
a3d11b63f7
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user