removed keyfile arg from disko-luks config to allow for keyfile generation on setup

This commit is contained in:
Steven 2023-03-25 21:42:31 -04:00
parent a6e9541761
commit 01d512323a

View file

@ -42,7 +42,6 @@
type = "luks";
name = "crypted";
extraOpenArgs = [ "--allow-discards" ];
keyFile = "/tmp/secret.key";
content = {
type = "lvm_pv";
vg = "pool";