example lukgs-btrfs-subvolumes: fix passwordFile location

This commit is contained in:
lassulus 2023-11-10 18:34:02 +01:00 committed by mergify[bot]
parent 89fd5b51f0
commit 01ec6024d6

View File

@ -24,11 +24,10 @@
content = {
type = "luks";
name = "crypted";
# disable settings.keyFile if you want to use interactive password entry
#passwordFile = "/tmp/secret.key"; # Interactive
settings = {
allowDiscards = true;
# if you want to use the key for interactive login be sure there is no trailing newline
# for example use `echo -n "password" > /tmp/secret.key`
#passwordFile = "/tmp/secret.key"; # Interactive
keyFile = "/tmp/secret.key";
};
additionalKeyFiles = [ "/tmp/additionalSecret.key" ];