summaryrefslogtreecommitdiffstats
path: root/example/complex.nix
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2022-12-25 18:25:37 +0000
committerGitHub <noreply@github.com>2022-12-25 18:25:37 +0000
commite3527b826d9ce94855cd0f2716c46cef76a4219a (patch)
treed63f70120437bb4fdcc4d0b656c674e533c6abea /example/complex.nix
parent11d5c74c30cec9783d8281a3af51d269ac7f3eab (diff)
parent164ea97c01ae57ecb76153ef43be4a184aa5d33a (diff)
Merge pull request #75 from nix-community/zap2HEADmaster
zap only devices we care about
Diffstat (limited to 'example/complex.nix')
-rw-r--r--example/complex.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/example/complex.nix b/example/complex.nix
index b361196..939f71e 100644
--- a/example/complex.nix
+++ b/example/complex.nix
@@ -39,6 +39,9 @@
type = "luks";
name = "crypted1";
keyFile = "/tmp/secret.key";
+ extraArgs = [
+ "--iter-time 1"
+ ];
content = {
type = "lvm_pv";
vg = "pool";
@@ -64,6 +67,9 @@
type = "luks";
name = "crypted2";
keyFile = "/tmp/secret.key";
+ extraArgs = [
+ "--iter-time 1"
+ ];
content = {
type = "lvm_pv";
vg = "pool";