fix(hardware-config): correct closing bracket indentation
Corrected the indentation of the closing bracket in the hardware configuration. This improves readability and consistency in the code format.
This commit is contained in:
parent
20f610b628
commit
d8ab5afa22
|
@ -48,7 +48,7 @@
|
||||||
"tsx=on"
|
"tsx=on"
|
||||||
"tsx_async_abort=off"
|
"tsx_async_abort=off"
|
||||||
"mitigations=off"
|
"mitigations=off"
|
||||||
];
|
];
|
||||||
|
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue