Skip to content

Commit

Permalink
Merge pull request #302 from rogarb/luks-settings-test
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored Jul 23, 2023
2 parents 7b186e0 + 66b762d commit 713eb78
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion example/complex.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
];
Expand Down

0 comments on commit 713eb78

Please sign in to comment.