1
0
mirror of https://github.com/NixOS/nixos-hardware synced 2024-06-02 19:13:33 +02:00

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;
}