mirror of
https://github.com/TECHNOFAB11/disko.git
synced 2025-12-11 23:50:05 +01:00
Merge #208
208: add examples to luks-options r=Lassulus a=Stunkymonkey Co-authored-by: Felix Bühler <Stunkymonkey@users.noreply.github.com>
This commit is contained in:
commit
e10586ab84
1 changed files with 2 additions and 0 deletions
|
|
@ -14,11 +14,13 @@
|
|||
type = lib.types.nullOr optionTypes.absolute-pathname;
|
||||
default = null;
|
||||
description = "Path to the key for encryption";
|
||||
example = "/tmp/disk.key";
|
||||
};
|
||||
extraFormatArgs = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
default = [ ];
|
||||
description = "Extra arguments to pass to `cryptsetup luksFormat` when formatting";
|
||||
example = [ "--pbkdf argon2id" ];
|
||||
};
|
||||
extraOpenArgs = lib.mkOption {
|
||||
type = lib.types.listOf lib.types.str;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue