aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/alpha/configuration.nix4
1 files changed, 4 insertions, 0 deletions
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" ];