mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	treewide: abstract away common configs into common/
This commit is contained in:
		@@ -1,7 +1,10 @@
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [ ../. ];
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  boot = {
 | 
			
		||||
    extraModprobeConfig = lib.mkDefault ''
 | 
			
		||||
@@ -9,6 +12,4 @@
 | 
			
		||||
    '';
 | 
			
		||||
    kernelModules = [ "tpm-rng" ];
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  services.xserver.videoDrivers = [ "intel" ];
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user