From e0ce5fb75f1197cf57b0a5c46434d69c14efc842 Mon Sep 17 00:00:00 2001 From: lassulus Date: Sun, 4 Dec 2022 13:24:38 +0100 Subject: examples: use default cryptsetup parameters --- example/complex.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'example/complex.nix') 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"; -- cgit v1.2.3