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