From 701be1092cdf4b3a3fad849a347bf487857f082c Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 25 Sep 2023 22:30:54 +0900 Subject: fix(nixos/alpha): fix ACPI region for openrgb --- nixos/alpha/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nixos/alpha/configuration.nix b/nixos/alpha/configuration.nix index b1af232..09d0740 100644 --- a/nixos/alpha/configuration.nix +++ b/nixos/alpha/configuration.nix @@ -14,7 +14,11 @@ boot.kernelParams = [ "nohibernate" "console=tty1" + + # Resolve ACPI conflicts for Gigabyte motherboard + "acpi_enforce_resources=lax" ]; + boot.kernelModules = [ "i2c-dev" "i2c-piix4" ]; boot.initrd.supportedFilesystems = [ "zfs" ]; boot.supportedFilesystems = [ "zfs" ]; -- cgit 1.4.1