diff --git a/partitions/luks-lvm.nix b/partitions/luks-lvm.nix index 77fe411..5b107b9 100644 --- a/partitions/luks-lvm.nix +++ b/partitions/luks-lvm.nix @@ -26,10 +26,9 @@ 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"; + #keyFile = "/tmp/secret.key"; allowDiscards = true; }; - additionalKeyFiles = [ "/tmp/additionalSecret.key" ]; content = { type = "lvm_pv"; vg = "pool";