This commit is contained in:
mjallen18
2026-01-07 15:27:38 -06:00
parent 97e4060b52
commit 8406714527
5 changed files with 8733 additions and 1 deletions

View File

@@ -339,6 +339,18 @@ in
}
);
# Server LTO
cachyos-server-lto-16k = mkCachyKernel (
ltoKernelAttrs
// serverAttrs
// {
taste = "linux-cachyos-server";
pname = "cachyos-server-lto";
configPath = ./config-nix/${arch}-linux/cachyos-server-lto-16k.${arch}-linux.nix;
pageSize = "16k";
}
);
# Server LTO Zen Version 4
cachyos-server-lto-znver4 = mkCachyKernel (
serverLtoKernelAttrs