apple: add services.mbpfan.enable

This commit is contained in:
Yegor Timoshenko 2017-12-24 03:38:17 +00:00
parent 1b81e4e476
commit 9609c900f9
No known key found for this signature in database
GPG key ID: C34BF9DCC9DF8210

5
apple/default.nix Normal file
View file

@ -0,0 +1,5 @@
{ lib, ... }:
{
services.mbpfan.enable = lib.mkDefault true;
}