summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMatthew Justin Bauer <mjbauer95@gmail.com>2018-05-09 07:54:47 +0000
committerGitHub <noreply@github.com>2018-05-09 07:54:47 +0000
commit0b58a5b2601b393840ac13374e52de9d04d2fbde (patch)
tree526d051580ed1c8f42130ac4966f4847e7ca1c24 /nixos
parente203a9a553fb4e1218ca15a57a0b7944abeacbca (diff)
parent5855459f49b56a0f4e59a08583be1d1f5d111c47 (diff)
downloadnixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.gz
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.bz2
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.lz
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.xz
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.zst
nixpkgs-0b58a5b2601b393840ac13374e52de9d04d2fbde.zip
Merge pull request #40052 from flokli/input_leds-doc
modules/system/boot/luksroot: remove comment about input_leds for caps lock
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/system/boot/luksroot.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/luksroot.nix b/nixos/modules/system/boot/luksroot.nix
index 54dfb53fd30..7ebfdb134d7 100644
--- a/nixos/modules/system/boot/luksroot.nix
+++ b/nixos/modules/system/boot/luksroot.nix
@@ -454,7 +454,6 @@ in
       ["firewire_ohci" "firewire_core" "firewire_sbp2"];
 
     # Some modules that may be needed for mounting anything ciphered
-    # Also load input_leds to get caps lock light working (#12456)
     boot.initrd.availableKernelModules = [ "dm_mod" "dm_crypt" "cryptd" "input_leds" ]
       ++ luks.cryptoModules
       # workaround until https://marc.info/?l=linux-crypto-vger&m=148783562211457&w=4 is merged