mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	apple: enable facetimehd if allowUnfree = true
This commit is contained in:
		@@ -1,5 +1,6 @@
 | 
			
		||||
{ lib, ... }:
 | 
			
		||||
{ config, lib, ... }:
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
 | 
			
		||||
  services.mbpfan.enable = lib.mkDefault true;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user