summaryrefslogtreecommitdiffstats
path: root/apple
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 03:38:17 +0000
committerYegor Timoshenko <yegortimoshenko@gmail.com>2017-12-24 03:38:17 +0000
commit9609c900f9d57668a56b978b9a8e6e965ca558ca (patch)
treeae562253c6686dec7f8ba274bec1569a43afee96 /apple
parent1b81e4e476343aafa85753ce6c5c061203c713d6 (diff)
apple: add services.mbpfan.enable
Diffstat (limited to 'apple')
-rw-r--r--apple/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/apple/default.nix b/apple/default.nix
new file mode 100644
index 0000000..6fa8e5d
--- /dev/null
+++ b/apple/default.nix
@@ -0,0 +1,5 @@
+{ lib, ... }:
+
+{
+ services.mbpfan.enable = lib.mkDefault true;
+}