mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-12-21 00:59:45 +01:00
apple: enable facetimehd if allowUnfree = true
This commit is contained in:
parent
db483616db
commit
5a1a527f16
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{ lib, ... }:
|
||||
{ config, lib, ... }:
|
||||
|
||||
{
|
||||
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
|
||||
services.mbpfan.enable = lib.mkDefault true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue