mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-17 16:39:40 +01:00
8 lines
170 B
Nix
8 lines
170 B
Nix
{ config, lib, ... }:
|
|
|
|
{
|
|
hardware.facetimehd.enable = lib.mkDefault
|
|
(config.nixpkgs.config.allowUnfree or false);
|
|
|
|
services.mbpfan.enable = lib.mkDefault true;
|
|
}
|