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, 4 insertions, 0 deletions
diff --git a/example/config.nix b/example/config.nix
index be02f23..199412d 100644
--- a/example/config.nix
+++ b/example/config.nix
@@ -29,6 +29,10 @@
algo = "aes-xts...";
name = "crypted";
keyfile = "/tmp/secret.key";
+ extraArgs = [
+ "--hash sha512"
+ "--iter-time 5000"
+ ];
content = {
type = "lvm";
name = "pool";