10 lines
185 B
Nix
10 lines
185 B
Nix
{...}: {
|
|
hardware = {
|
|
enableRedistributableFirmware = true;
|
|
cpu = {
|
|
intel = {
|
|
updateMicrocode = true;
|
|
};
|
|
};
|
|
};
|
|
}
|