mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			240 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  imports = [
 | 
						|
    ../.
 | 
						|
  ];
 | 
						|
 | 
						|
  boot.kernelModules = [ "jc42" "tpm_rng" ];
 | 
						|
 | 
						|
  # services.cron.systemCronJobs = [
 | 
						|
  #   # Reset 5-minute watchdog timer every minute
 | 
						|
  #   "* * * * * ${pkgs.ipmitool}/bin/ipmitool raw 0x30 0x97 1 5"
 | 
						|
  # ];
 | 
						|
}
 |