host/tatos: use lts hardened kernel
This commit is contained in:
parent
482349b94d
commit
260907046b
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
|||
|
||||
(lib.mkIf (cfg.kernel == "hardened") (
|
||||
hardenedProfile // {
|
||||
boot.kernelPackages = pkgs.unstable.linuxPackages_6_9_hardened;
|
||||
boot.kernelPackages = pkgs.unstable.linuxPackages_6_6_hardened;
|
||||
# Fix for GLIBC errors due to 'scudo' from hardened profile.
|
||||
# https://github.com/NixOS/nix/issues/6563
|
||||
environment.memoryAllocator.provider = "libc";
|
||||
|
|
Loading…
Reference in a new issue