summary refs log tree commit diff
path: root/nixos/modules/system
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/modules/system
parente203a9a553fb4e1218ca15a57a0b7944abeacbca (diff)
parent5855459f49b56a0f4e59a08583be1d1f5d111c47 (diff)
downloadnixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar
nixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.gz
nixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.bz2
nixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.lz
nixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.xz
nixlib-0b58a5b2601b393840ac13374e52de9d04d2fbde.tar.zst
nixlib-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/modules/system')
-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 54dfb53fd30f..7ebfdb134d7d 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