what a mess
This commit is contained in:
@@ -58,6 +58,8 @@ in
|
|||||||
linuxPackages_cachyos-lto-znver4 = cachyosPackages.cachyos-lto-znver4;
|
linuxPackages_cachyos-lto-znver4 = cachyosPackages.cachyos-lto-znver4;
|
||||||
# LTS
|
# LTS
|
||||||
linuxPackages_cachyos-lts-lto = cachyosPackages.cachyos-lts-lto;
|
linuxPackages_cachyos-lts-lto = cachyosPackages.cachyos-lts-lto;
|
||||||
|
|
||||||
|
linuxPackages_cachyos-lts-lto-16k = cachyosPackages.cachyos-lts-lto-16k;
|
||||||
# Hardened
|
# Hardened
|
||||||
linuxPackages_cachyos-hardened-lto = cachyosPackages.cachyos-hardened-lto;
|
linuxPackages_cachyos-hardened-lto = cachyosPackages.cachyos-hardened-lto;
|
||||||
# Latest Server
|
# Latest Server
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -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
|
# Hardened LTO
|
||||||
cachyos-hardened-lto = mkCachyKernel (
|
cachyos-hardened-lto = mkCachyKernel (
|
||||||
ltoKernelAttrs
|
ltoKernelAttrs
|
||||||
|
|||||||
Reference in New Issue
Block a user