.dotfiles/modules-clone/nixos/optional/amdcpu.nix
2026-04-02 19:25:58 +02:00

8 lines
87 B
Nix

_:
{
config = {
hardware = {
cpu.amd.updateMicrocode = true;
};
};
}