From 842239f5afa0bc3c9f5984b50f33f0f1f9b88980 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 19 Mar 2012 17:23:24 +0000 Subject: [PATCH] all-hardware.nix: Apple users may want to be able to type something at a debug2 prompt svn path=/nixos/trunk/; revision=33263 --- modules/profiles/all-hardware.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/profiles/all-hardware.nix b/modules/profiles/all-hardware.nix index 041948aa462f..359324dd13c1 100644 --- a/modules/profiles/all-hardware.nix +++ b/modules/profiles/all-hardware.nix @@ -41,6 +41,9 @@ # Virtio (QEMU, KVM etc.) support. "virtio_net" "virtio_pci" "virtio_blk" "virtio_balloon" "virtio_console" + + # Keyboards + "hid_apple" ]; boot.initrd.kernelModules =