From 031ba01c83281f788cb1c1f83d535e6ff84ceda6 Mon Sep 17 00:00:00 2001 From: Federico Sapuppo Date: Wed, 1 Apr 2026 13:08:30 -0300 Subject: [PATCH] Add tuned fan curve for T2 MacBooks (#5132) --- install/config/hardware/apple/fix-t2.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/install/config/hardware/apple/fix-t2.sh b/install/config/hardware/apple/fix-t2.sh index cbe3f88b..815ed72f 100644 --- a/install/config/hardware/apple/fix-t2.sh +++ b/install/config/hardware/apple/fix-t2.sh @@ -32,5 +32,13 @@ EOF cat </dev/null # Generated by Omarchy installer for T2 Mac support KERNEL_CMDLINE[default]+=" intel_iommu=on iommu=pt pcie_ports=compat" +EOF + + cat </dev/null +[Fan1] +low_temp=55 +high_temp=75 +speed_curve=linear +always_full_speed=false EOF fi