Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e203a9a553fb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0b58a5b2601b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 6, 2018

  1. modules/system/boot/luksroot: remove comment about input_leds for cap…

    …s lock
    
    Since f2a9f9a, we already load
    "input_leds", so this comment isn't useful anymore.
    flokli committed May 6, 2018
    Copy the full SHA
    5855459 View commit details

Commits on May 9, 2018

  1. Merge pull request #40052 from flokli/input_leds-doc

    modules/system/boot/luksroot: remove comment about input_leds for caps lock
    matthewbauer authored May 9, 2018

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0b58a5b View commit details
Showing with 0 additions and 1 deletion.
  1. +0 −1 nixos/modules/system/boot/luksroot.nix
1 change: 0 additions & 1 deletion nixos/modules/system/boot/luksroot.nix
Original file line number Diff line number Diff line change
@@ -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