Zephyrus -> disko: Fixed luks requiering keyfile

This commit is contained in:
GaspardCulis 2024-09-20 13:43:05 +00:00
parent 4faf40af77
commit 936aafb512

View file

@ -21,14 +21,10 @@
content = {
type = "luks";
name = "crypted";
extraOpenArgs = [];
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;
askPassword = true;
};
additionalKeyFiles = [];
content = {
type = "lvm_pv";
vg = "zephyrus_vg";