apple: add services.mbpfan.enable

This commit is contained in:
Yegor Timoshenko
2017-12-24 03:38:17 +00:00
parent 1b81e4e476
commit 9609c900f9

5
apple/default.nix Normal file
View File

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