refactor(amd): remove mitigations kernel parameter
- Dropped `mitigations=off` from `boot.kernelParams` for improved alignment with security best practices. - Ensures the system maintains mitigations against CPU vulnerabilities by default.
This commit is contained in:
parent
1d2ac15172
commit
3ffb44fd8d
1 changed files with 0 additions and 1 deletions
|
|
@ -31,7 +31,6 @@
|
|||
"quiet"
|
||||
"splash"
|
||||
"video=efifb:nobgrt"
|
||||
"mitigations=off"
|
||||
];
|
||||
|
||||
fileSystems."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue