linux-hardened: Switch to 5.11

This commit is contained in:
Tim Steinbach 2021-03-23 09:29:48 -04:00 committed by Tim Steinbach
parent 7014daec3d
commit 60b490b83f

View file

@ -19880,7 +19880,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_10;
linux_latest_for_hardened = pkgs.linux_5_11;
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 {