examples: use default cryptsetup parameters

This commit is contained in:
lassulus 2022-12-04 13:24:38 +01:00
parent c2bf0b6314
commit e0ce5fb75f
3 changed files with 0 additions and 15 deletions

View File

@ -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";

View File

@ -57,10 +57,6 @@
type = "luks";
name = "crypted";
keyFile = "/tmp/secret.key";
extraArgs = [
"--hash sha512"
"--iter-time 5000"
];
content = {
type = "lvm_pv";
vg = "pool";

View File

@ -31,9 +31,6 @@
type = "luks";
name = "crypted";
keyFile = "/tmp/secret.key";
extraArgs = [
"--hash sha512"
];
content = {
type = "lvm_pv";
vg = "pool";