summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2018-08-06 16:55:39 +0000
committerJan Malakhovski <oxij@oxij.org>2018-08-08 02:47:50 +0000
commit456f97f2e699511f4ff7a81b4e4b61cc66e62863 (patch)
tree13d44f238b1c31fc2fccb30f88946dcd33c2873e /nixos
parent8c83ba03867e2aef97d331c902e745dc9cafba9d (diff)
downloadnixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar.gz
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar.bz2
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar.lz
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar.xz
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.tar.zst
nixpkgs-456f97f2e699511f4ff7a81b4e4b61cc66e62863.zip
doc: document luksroot.nix changes in release notes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/doc/manual/release-notes/rl-1809.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/nixos/doc/manual/release-notes/rl-1809.xml b/nixos/doc/manual/release-notes/rl-1809.xml
index a70fb1aedbb..d527984f5ef 100644
--- a/nixos/doc/manual/release-notes/rl-1809.xml
+++ b/nixos/doc/manual/release-notes/rl-1809.xml
@@ -190,6 +190,16 @@ $ nix-instantiate -E '(import &lt;nixpkgsunstable&gt; {}).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>