Zephyrus -> disko: Fixed luks requiering keyfile
This commit is contained in:
parent
4faf40af77
commit
936aafb512
1 changed files with 1 additions and 5 deletions
|
@ -21,14 +21,10 @@
|
||||||
content = {
|
content = {
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted";
|
name = "crypted";
|
||||||
extraOpenArgs = [];
|
|
||||||
settings = {
|
settings = {
|
||||||
# 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`
|
|
||||||
keyFile = "/tmp/secret.key";
|
|
||||||
allowDiscards = true;
|
allowDiscards = true;
|
||||||
|
askPassword = true;
|
||||||
};
|
};
|
||||||
additionalKeyFiles = [];
|
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "zephyrus_vg";
|
vg = "zephyrus_vg";
|
||||||
|
|
Loading…
Reference in a new issue