9 lines
101 B
Nix
9 lines
101 B
Nix
_: {
|
|
hardware = {
|
|
cpu = {
|
|
amd = {
|
|
updateMicrocode = true;
|
|
};
|
|
};
|
|
};
|
|
}
|