From 456f97f2e699511f4ff7a81b4e4b61cc66e62863 Mon Sep 17 00:00:00 2001 From: Jan Malakhovski Date: Mon, 6 Aug 2018 16:55:39 +0000 Subject: [PATCH] doc: document luksroot.nix changes in release notes --- nixos/doc/manual/release-notes/rl-1809.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 <nixpkgsunstable> {}).gitFull' which indicates that the nix output hash will be used as tag. + + + Options + boot.initrd.luks.devices.name.yubikey.ramfsMountPoint + boot.initrd.luks.devices.name.yubikey.storage.mountPoint + were removed. luksroot.nix 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. + +