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:
parent
acb362b8c1
commit
912f60c1e7
@ -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.<name?>.device</literal> to <literal>/dev/mapper/<label></literal> to mount the unlocked device.";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user