refactor: streamline kernel boot parameters

Remove insecure and redundant kernel boot options. This enhancement improves system security by defaulting to standard mitigations and settings.
This commit is contained in:
Harald Hoyer 2024-08-03 16:15:21 +02:00
parent cd69324e48
commit 31323f340f
2 changed files with 0 additions and 15 deletions

View file

@ -38,5 +38,4 @@
bits = 4096;
}
];
}

View file

@ -34,20 +34,6 @@
"quiet"
"splash"
"video=efifb:nobgrt"
# unsafe, but no secrets on that machine
"noibrs"
"noibpb"
"nopti"
"nospectre_v2"
"nospectre_v1"
"l1tf=off"
"nospec_store_bypass_disable"
"no_stf_barrier"
"mds=off"
"tsx=on"
"tsx_async_abort=off"
"mitigations=off"
];
boot.extraModulePackages = [ ];