Revert part of #9982 to be in line with #9925

When creating PR #9982, I undid a line of PR #9925, that was some
cleanups and fixes, so this undoes that damage.
This commit is contained in:
Kovacsics Robert (NixOS) 2015-11-26 14:40:31 +00:00
parent acb362b8c1
commit 912f60c1e7

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.";
};