encrypted devices: provide working example

This commit is contained in:
lassulus 2017-10-16 17:46:46 +02:00
parent f804a8ff98
commit 77be4d91f7

View file

@ -36,7 +36,7 @@ let
keyFile = mkOption {
default = null;
example = "/root/.swapkey";
example = "/mnt-root/root/.swapkey";
type = types.nullOr types.str;
description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
};