summaryrefslogtreecommitdiffstats
path: root/example/complex.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/complex.nix')
-rw-r--r--example/complex.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/example/complex.nix b/example/complex.nix
index b3fb951..590dd9b 100644
--- a/example/complex.nix
+++ b/example/complex.nix
@@ -39,10 +39,6 @@
type = "luks";
name = "crypted1";
keyFile = "/tmp/secret.key";
- extraArgs = [
- "--hash sha512"
- "--iter-time 5000"
- ];
content = {
type = "lvm_pv";
vg = "pool";
@@ -68,10 +64,6 @@
type = "luks";
name = "crypted2";
keyFile = "/tmp/secret.key";
- extraArgs = [
- "--hash sha512"
- "--iter-time 5000"
- ];
content = {
type = "lvm_pv";
vg = "pool";