encrypted devices: provide working example
This commit is contained in:
parent
f804a8ff98
commit
77be4d91f7
1 changed files with 1 additions and 1 deletions
|
@ -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>.";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue