This commit is contained in:
gwg313 2025-01-15 13:28:20 -05:00
parent badcf3aa40
commit 42a0bf27e0
Signed by: gwg313
GPG key ID: 60FF63B4826B7400
24 changed files with 2870 additions and 392 deletions

View file

@ -3,8 +3,9 @@
pkgs,
stdenv,
...
}: {
boot.kernelPackages = pkgs.linuxPackages_hardened;
}:
{
# boot.kernelPackages = pkgs.linuxPackages_hardened;
boot.kernelParams = [
# Disable slab merging to prevent heap exploitation
"slab_nomerge"