apple: wrap hardware.facetimehd option
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user