mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
examples complex: add short iter time for faster tests
This commit is contained in:
parent
17da9b0708
commit
164ea97c01
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,9 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted1";
|
name = "crypted1";
|
||||||
keyFile = "/tmp/secret.key";
|
keyFile = "/tmp/secret.key";
|
||||||
|
extraArgs = [
|
||||||
|
"--iter-time 1"
|
||||||
|
];
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "pool";
|
||||||
|
@ -64,6 +67,9 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted2";
|
name = "crypted2";
|
||||||
keyFile = "/tmp/secret.key";
|
keyFile = "/tmp/secret.key";
|
||||||
|
extraArgs = [
|
||||||
|
"--iter-time 1"
|
||||||
|
];
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "pool";
|
||||||
|
|
Loading…
Reference in a new issue