mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-06 09:58:47 +08:00
treewide: abstract away common configs into common/
This commit is contained in:
3
common/cpu/amd/default.nix
Normal file
3
common/cpu/amd/default.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
}
|
||||
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