linux-hardened: Switch to 5.11
This commit is contained in:
parent
7014daec3d
commit
60b490b83f
@ -19880,7 +19880,7 @@ in
|
|||||||
# Hardened Linux
|
# Hardened Linux
|
||||||
hardenedLinuxPackagesFor = kernel': overrides:
|
hardenedLinuxPackagesFor = kernel': overrides:
|
||||||
let # Note: We use this hack since the hardened patches can lag behind and we don't want to delay updates:
|
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;
|
kernel = (if kernel' == pkgs.linux_latest then linux_latest_for_hardened else kernel').override overrides;
|
||||||
in linuxPackagesFor (kernel.override {
|
in linuxPackagesFor (kernel.override {
|
||||||
structuredExtraConfig = import ../os-specific/linux/kernel/hardened/config.nix {
|
structuredExtraConfig = import ../os-specific/linux/kernel/hardened/config.nix {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user