lol

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.

+1 -1
+1 -1
nixos/modules/tasks/encrypted-devices.nix
··· 30 30 label = mkOption { 31 31 default = null; 32 32 example = "rootfs"; 33 - type = types.uniq (types.nullOr types.str); 33 + type = types.nullOr types.str; 34 34 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."; 35 35 }; 36 36