1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-19 09:29:43 +01:00
nixos-hardware/common/cpu/intel/default.nix

5 lines
96 B
Nix
Raw Normal View History

{
hardware.cpu.intel.updateMicrocode = true;
services.xserver.videoDrivers = [ "intel" ];
}