linux-hardened: Switch to 5.10

This commit is contained in:
Tim Steinbach 2020-12-18 20:28:48 -05:00 committed by Tim Steinbach
parent 4c9414d31c
commit ed4d6a8eff

View File

@ -18861,7 +18861,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_9;
linux_latest_for_hardened = pkgs.linux_5_10;
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 {