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