apple: wrap hardware.facetimehd option

This commit is contained in:
Yegor Timoshenko 2017-12-25 01:51:02 +00:00
parent 5a1a527f16
commit 9b3e42be63
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
{ config, lib, ... }:
{
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
hardware.facetimehd.enable = lib.mkDefault
(config.nixpkgs.config.allowUnfree or false);
services.mbpfan.enable = lib.mkDefault true;
}