about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorLengyel Balázs <ikervagyok@gmail.com>2016-09-09 11:47:48 +0200
committerLengyel Balázs <ikervagyok@gmail.com>2016-09-09 11:47:48 +0200
commit127924954ba8d6452e1fbb67f18f9e67cb337aa3 (patch)
tree5ca77c1649cded514a849761e92628a6059dc390 /nixos/modules
parent515bc7cda2a58c23cefb2bb5c68a0503e764704f (diff)
downloadnixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar.gz
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar.bz2
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar.lz
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar.xz
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.tar.zst
nixlib-127924954ba8d6452e1fbb67f18f9e67cb337aa3.zip
Linux-kernel: Workaround for https://github.com/NixOS/nixpkgs/issues/18451
remove after upstream gets fixed
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/system/boot/kernel.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 0f342f44fe76..ba15d0318b17 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -203,6 +203,12 @@ in
         # Misc. stuff.
         "pcips2" "atkbd"
 
+        # Temporary fix for https://github.com/NixOS/nixpkgs/issues/18451
+        # Remove as soon as upstream gets fixed - marking it:
+        # TODO
+        # FIXME
+        "i8042"
+
         # To wait for SCSI devices to appear.
         "scsi_wait_scan"