summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--example/complex.nix8
-rw-r--r--example/config.nix4
-rw-r--r--example/luks-lvm.nix3
3 files changed, 0 insertions, 15 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";
diff --git a/example/config.nix b/example/config.nix
index f75ec63..58edb1e 100644
--- a/example/config.nix
+++ b/example/config.nix
@@ -57,10 +57,6 @@
type = "luks";
name = "crypted";
keyFile = "/tmp/secret.key";
- extraArgs = [
- "--hash sha512"
- "--iter-time 5000"
- ];
content = {
type = "lvm_pv";
vg = "pool";
diff --git a/example/luks-lvm.nix b/example/luks-lvm.nix
index 8ffb273..af1c4a3 100644
--- a/example/luks-lvm.nix
+++ b/example/luks-lvm.nix
@@ -31,9 +31,6 @@
type = "luks";
name = "crypted";
keyFile = "/tmp/secret.key";
- extraArgs = [
- "--hash sha512"
- ];
content = {
type = "lvm_pv";
vg = "pool";