summary refs log tree commit diff
path: root/nixos/modules/system/boot/luksroot.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2018-05-07 01:42:37 +0200
committerFlorian Klink <flokli@flokli.de>2018-05-07 01:42:37 +0200
commit5855459f49b56a0f4e59a08583be1d1f5d111c47 (patch)
treef2d4a1ff50e3886f9b4866826d6703a0872b5ab7 /nixos/modules/system/boot/luksroot.nix
parentb30c6d795035ad93932994cc28e909f0f6131070 (diff)
downloadnixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar.gz
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar.bz2
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar.lz
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar.xz
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.tar.zst
nixpkgs-5855459f49b56a0f4e59a08583be1d1f5d111c47.zip
modules/system/boot/luksroot: remove comment about input_leds for caps lock
Since f2a9f9aeab5016d28ab4bcf6da81924ceecdd676, we already load
"input_leds", so this comment isn't useful anymore.
Diffstat (limited to 'nixos/modules/system/boot/luksroot.nix')
-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