mirror of
https://github.com/NixOS/nixos-hardware.git
synced 2025-11-03 16:57:14 +08:00
apple: add services.mbpfan.enable
This commit is contained in:
5
apple/default.nix
Normal file
5
apple/default.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{ lib, ... }:
|
||||
|
||||
{
|
||||
services.mbpfan.enable = lib.mkDefault true;
|
||||
}
|
||||
Reference in New Issue
Block a user