Skip to content

Commit

Permalink
chore(nix): AppleMCEReporterDisabler
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Mar 4, 2025
1 parent 7e19d2b commit d83a6d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions Nix/modules/config/Kernel.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"AirportItlwm.kext".Enabled = true;
"AppleALC.kext".Enabled = true;
# Only needed for Monterey or newer.
"AppleMCEReporterDisabler.kext".Enabled = true;
"AppleMCEReporterDisabler.kext".MinKernel = "21.0.0";
# Only needed for Monterey or newer.
"BlueToolFixup.kext".Enabled = true;
"BlueToolFixup.kext".MinKernel = "21.0.0";
"BrightnessKeys.kext".Enabled = true;
Expand Down
10 changes: 4 additions & 6 deletions Nix/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,18 +80,16 @@ in {
# KextsFolders = [ ../../Kexts ];
DriversFolders = [ ../../Drivers ];
packages = [
pkgs.oc.airportitlwm.latest-ventura
pkgs.oc.lilu.latest
# pkgs.oc.itlwm.latest
pkgs.oc.airportitlwm.latest-ventura
#pkgs.oc.itlwm.latest
pkgs.oc.applemcereporterdisabler
pkgs.oc.brightnesskeys.latest
pkgs.oc.ecenabler.latest
pkgs.oc.intel-bluetooth-firmware.latest
# pkgs.oc.brcmpatchram.latest
# pkgs.oc.nvmefix.latest
pkgs.oc.whatevergreen.latest
pkgs.oc.voodoops2controller.latest
pkgs.oc.voodoormi.latest
# pkgs.oc.rtcmemoryfixup.latest
pkgs.oc.whatevergreen.latest
];
};
};
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d83a6d7

Please sign in to comment.