mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			213 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ../.
 | 
						|
    ../acpi_call.nix
 | 
						|
    ../../../common/cpu/intel
 | 
						|
  ];
 | 
						|
 | 
						|
  # https://wiki.archlinux.org/index.php/TLP#Btrfs
 | 
						|
  services.tlp.extraConfig = ''
 | 
						|
    SATA_LINKPWR_ON_BAT=max_performance
 | 
						|
  '';
 | 
						|
}
 |