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