mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	Even if this device is currently not mentioned upstream between the devices that need this I stressed my machine (using `s-tui`) with and without and I can confirm that it incremented the average CPU frequency during the stress test (from 1.8/2GHz to around 3GHz).
		
			
				
	
	
		
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			181 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ lib, ... }:
 | 
						|
{
 | 
						|
  imports = [
 | 
						|
    ../.
 | 
						|
    ../../../../common/pc/laptop/acpi_call.nix
 | 
						|
    ../../../../common/pc/laptop/ssd
 | 
						|
  ];
 | 
						|
 | 
						|
  services.throttled.enable = lib.mkDefault true;
 | 
						|
}
 |