linux_hardened_latest: Keep 5.7
This commit is contained in:
parent
3a8cbea4f7
commit
6afba54ead
1 changed files with 1 additions and 1 deletions
|
@ -17562,7 +17562,7 @@ in
|
|||
# Hardened Linux
|
||||
hardenedLinuxPackagesFor = kernel': overrides:
|
||||
let # Note: We use this hack since the hardened patches can lag behind and we don't want to delay updates:
|
||||
linux_latest_for_hardened = pkgs.linux_5_8;
|
||||
linux_latest_for_hardened = pkgs.linux_5_7;
|
||||
kernel = (if kernel' == pkgs.linux_latest then linux_latest_for_hardened else kernel').override overrides;
|
||||
in linuxPackagesFor (kernel.override {
|
||||
structuredExtraConfig = import ../os-specific/linux/kernel/hardened/config.nix {
|
||||
|
|
Loading…
Reference in a new issue