summaryrefslogtreecommitdiffstats
path: root/example/config.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/config.nix')
-rw-r--r--example/config.nix4
1 files changed, 0 insertions, 4 deletions
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";