Merge pull request #302 from rogarb/luks-settings-test

This commit is contained in:
Lassulus 2023-07-23 23:34:32 +02:00 committed by GitHub
commit 713eb78002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,11 @@
content = {
type = "luks";
name = "crypted2";
settings.keyFile = "/tmp/secret.key";
settings = {
keyFile = "/tmp/secret.key";
keyFileSize = 8;
keyFileOffset = 2;
};
extraFormatArgs = [
"--iter-time 1" # unsecure but fast for tests
];