nix/modules/amd.nix
2023-09-04 11:40:30 -05:00

6 lines
79 B
Nix

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