···3030 label = mkOption {
3131 default = null;
3232 example = "rootfs";
3333- type = types.uniq (types.nullOr types.str);
3333+ type = types.nullOr types.str;
3434 description = "Label of the unlocked encrypted device. Set <literal>fileSystems.<name?>.device</literal> to <literal>/dev/mapper/<label></literal> to mount the unlocked device.";
3535 };
3636