From 2aa38b0968cf8835c5dd512c5414ed864c1407eb Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Fri, 15 Nov 2024 10:32:36 +0700 Subject: [PATCH] oceanix: Auto enable ACPI patches --- nix/modules/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/modules/default.nix b/nix/modules/default.nix index 9dcefac..b6ef805 100644 --- a/nix/modules/default.nix +++ b/nix/modules/default.nix @@ -52,6 +52,8 @@ in { # We already filter out the unnecessary drivers and tools, so just auto enable them all autoEnableDrivers = true; autoEnableTools = true; + # All the included ACPI patches included in 'Patches/' dir are used so let's just auto enable them + autoEnableACPI = true; resources = { ACPIFolders = [ ../../Patches ]; # KextsFolders = [ ../../Kexts ];