mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
example lukgs-btrfs-subvolumes: fix passwordFile location
This commit is contained in:
parent
89fd5b51f0
commit
01ec6024d6
1 changed files with 2 additions and 3 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Reference in a new issue