···3637 keyFile = mkOption {
38 default = null;
39- example = "/root/.swapkey";
40 type = types.nullOr types.str;
41 description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
42 };
···3637 keyFile = mkOption {
38 default = null;
39+ example = "/mnt-root/root/.swapkey";
40 type = types.nullOr types.str;
41 description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
42 };