mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-04 01:07:14 +08:00
treewide: abstract away common configs into common/
This commit is contained in:
4
common/cpu/intel/default.nix
Normal file
4
common/cpu/intel/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
hardware.cpu.intel.updateMicrocode = true;
|
||||
services.xserver.videoDrivers = [ "intel" ];
|
||||
}
|
||||
Reference in New Issue
Block a user