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