Merge pull request #11280 from KoviRobi/fix-encrypted-non-root-devices

Revert part of #9982 to be in line with #9925
This commit is contained in:
Edward Tjörnhammar 2015-11-26 16:10:01 +01:00
commit 4ce35ba61c

View File

@ -30,7 +30,7 @@ let
label = mkOption {
default = null;
example = "rootfs";
type = types.uniq (types.nullOr types.str);
type = types.nullOr types.str;
description = "Label of the unlocked encrypted device. Set <literal>fileSystems.&lt;name?&gt;.device</literal> to <literal>/dev/mapper/&lt;label&gt;</literal> to mount the unlocked device.";
};