Skip to content

Commit

Permalink
oceanix: Auto enable ACPI patches
Browse files Browse the repository at this point in the history
  • Loading branch information
null2264 committed Nov 15, 2024
1 parent 26b5b39 commit 2aa38b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nix/modules/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 2aa38b0

Please sign in to comment.