diff --git a/package/linux-hardened/profile.nix b/package/linux-hardened/profile.nix index a863b00..6089f0e 100644 --- a/package/linux-hardened/profile.nix +++ b/package/linux-hardened/profile.nix @@ -43,7 +43,6 @@ physical = { ACPI_BUTTON = true; - ACPI_VIDEO = true; ACPI_FAN = true; ACPI_TAD = true; ACPI_PROCESSOR_AGGREGATOR = true; @@ -82,6 +81,7 @@ SUSPEND = true; WQ_POWER_EFFICIENT_DEFAULT = true; ACPI_BATTERY = true; + ACPI_VIDEO = true; HOTPLUG_PCI_PCIE = true; HOTPLUG_PCI = true;