1
0
Fork 0
mirror of https://github.com/NixOS/nixos-hardware.git synced 2024-10-18 14:35:21 -04:00
nixos-hardware/apple/default.nix
2017-12-24 03:38:17 +00:00

6 lines
66 B
Nix

{ lib, ... }:
{
services.mbpfan.enable = lib.mkDefault true;
}