···36363737 keyFile = mkOption {
3838 default = null;
3939- example = "/root/.swapkey";
3939+ example = "/mnt-root/root/.swapkey";
4040 type = types.nullOr types.str;
4141 description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
4242 };