feat: Add several boot options in hardware config

Multiple boot options have been added in the hardware-configuration for the x86_64-linux system. This includes unsafe secrets mitigation options, such as 'noibrs', 'noibpb', 'nopti', etc., to potentially enhance system performance.
This commit is contained in:
Harald Hoyer 2024-07-18 10:06:41 +02:00
parent 0a874834bc
commit 96e66ebad4

View file

@ -34,6 +34,20 @@
"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 = [ ];