what a mess

This commit is contained in:
mjallen18
2026-01-20 12:25:01 -06:00
parent e40181ba04
commit a3ade57500
3 changed files with 8412 additions and 0 deletions

View File

@@ -295,6 +295,18 @@ in
}
);
# LTS LTO 16k
cachyos-lts-lto-16k = mkCachyKernel (
ltoKernelAttrs
// ltsAttrs
// {
taste = "linux-cachyos-lts";
pname = "cachyos-lts-lto";
configPath = ./config-nix/${arch}-linux/cachyos-lts-lto-16k.${arch}-linux.nix;
pageSize = "16k";
}
);
# Hardened LTO
cachyos-hardened-lto = mkCachyKernel (
ltoKernelAttrs