Skip to content

Commit

Permalink
Merge pull request #29441 from oxij/nixos/luks
Browse files Browse the repository at this point in the history
nixos: initrd/luks: allow to reuse passphrases, cleanup
  • Loading branch information
samueldr committed Aug 8, 2018
2 parents 8c025c6 + 456f97f commit 27c6bf0
Show file tree
Hide file tree
Showing 3 changed files with 221 additions and 122 deletions.
10 changes: 10 additions & 0 deletions nixos/doc/manual/release-notes/rl-1809.xml
Expand Up @@ -190,6 +190,16 @@ $ nix-instantiate -E '(import <nixpkgsunstable> {}).gitFull'
which indicates that the nix output hash will be used as tag.
</para>
</listitem>
<listitem>
<para>
Options
<literal>boot.initrd.luks.devices.<replaceable>name</replaceable>.yubikey.ramfsMountPoint</literal>
<literal>boot.initrd.luks.devices.<replaceable>name</replaceable>.yubikey.storage.mountPoint</literal>
were removed. <literal>luksroot.nix</literal> module never supported more than one YubiKey at
a time anyway, hence those options never had any effect. You should be able to remove them
from your config without any issues.
</para>
</listitem>
</itemizedlist>
</section>

Expand Down

0 comments on commit 27c6bf0

Please sign in to comment.