mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	thinkpad: do not enable thinkfan by default
This commit is contained in:
		@@ -4,7 +4,6 @@
 | 
			
		||||
  imports = [ ../../common/pc/laptop ];
 | 
			
		||||
 | 
			
		||||
  hardware.trackpoint.enable = lib.mkDefault true;
 | 
			
		||||
  services.thinkfan.enable = lib.mkDefault true;
 | 
			
		||||
 | 
			
		||||
  # Fingerprint reader: login and unlock with fingerprint (if you add one with `fprintd-enroll`)
 | 
			
		||||
  # services.fprintd.enable = true;
 | 
			
		||||
 
 | 
			
		||||
@@ -1,13 +1,6 @@
 | 
			
		||||
{ config, lib, pkgs, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  imports = [
 | 
			
		||||
    ../.
 | 
			
		||||
    ../../../common/cpu/intel
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  # Thinkfan is enabled by thinkpad profile.
 | 
			
		||||
  # However it requires to set a different `sensor` for this hardware, since there is no /proc/acpi/ibm/thermal
 | 
			
		||||
  # Regulation also works fine without thinkfan daemon though.
 | 
			
		||||
  services.thinkfan.enable = lib.mkOverride 900 false;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user