1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-11-19 01:19:42 +01:00
nixos-hardware/common/cpu/intel/default.nix
2017-12-24 23:21:05 +00:00

4 lines
96 B
Nix

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