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
1 changed files with 5 additions and 0 deletions

5
apple/default.nix Normal file
View File

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