1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-16 17:48:31 +02:00
nixos-hardware/apple/default.nix

7 lines
165 B
Nix
Raw Normal View History

{ config, lib, ... }:
2017-12-24 04:38:17 +01:00
{
hardware.facetimehd.enable = lib.mkDefault (config.nixpkgs.config.allowUnfree or false);
2017-12-24 04:38:17 +01:00
services.mbpfan.enable = lib.mkDefault true;
}