mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-19 09:29:43 +01:00
5 lines
96 B
Nix
5 lines
96 B
Nix
|
{
|
||
|
hardware.cpu.intel.updateMicrocode = true;
|
||
|
services.xserver.videoDrivers = [ "intel" ];
|
||
|
}
|