6 lines
79 B
Nix
6 lines
79 B
Nix
|
{ config, pkgs, ... }: {
|
||
|
hardware = {
|
||
|
cpu.amd.updateMicrocode = true;
|
||
|
};
|
||
|
}
|