summaryrefslogtreecommitdiffstats
path: root/common/cpu/intel/default.nix
blob: e3ce9193050ee512149061141c20ce3ff61d687a (plain)
1
2
3
4
{
  hardware.cpu.intel.updateMicrocode = true;
  services.xserver.videoDrivers = [ "intel" ];
}