removed keyfile arg from disko-luks config to allow for keyfile generation on setup
This commit is contained in:
parent
a6e9541761
commit
01d512323a
1 changed files with 0 additions and 1 deletions
|
|
@ -42,7 +42,6 @@
|
||||||
type = "luks";
|
type = "luks";
|
||||||
name = "crypted";
|
name = "crypted";
|
||||||
extraOpenArgs = [ "--allow-discards" ];
|
extraOpenArgs = [ "--allow-discards" ];
|
||||||
keyFile = "/tmp/secret.key";
|
|
||||||
content = {
|
content = {
|
||||||
type = "lvm_pv";
|
type = "lvm_pv";
|
||||||
vg = "pool";
|
vg = "pool";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue