encrypted devices: provide working example
This commit is contained in:
parent
f804a8ff98
commit
77be4d91f7
@ -36,7 +36,7 @@ let
|
|||||||
|
|
||||||
keyFile = mkOption {
|
keyFile = mkOption {
|
||||||
default = null;
|
default = null;
|
||||||
example = "/root/.swapkey";
|
example = "/mnt-root/root/.swapkey";
|
||||||
type = types.nullOr types.str;
|
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>.";
|
description = "File system location of keyfile. This unlocks the drive after the root has been mounted to <literal>/mnt-root</literal>.";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user