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:
Harald Hoyer 2026-01-19 09:15:45 +01:00
parent 1d2ac15172
commit 3ffb44fd8d

View file

@ -31,7 +31,6 @@
"quiet" "quiet"
"splash" "splash"
"video=efifb:nobgrt" "video=efifb:nobgrt"
"mitigations=off"
]; ];
fileSystems."/" = { fileSystems."/" = {