From 9515e7a2169ad678bcf680c7f91607894a1c2535 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 18 Feb 2025 16:58:02 +0000 Subject: [PATCH] luks-lvm.nix : disable keyfile --- partitions/luks-lvm.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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";