diff --git a/.modules/disko/luks-lvm.nix b/.modules/disko/luks-lvm.nix index 896c38b..d652da7 100644 --- a/.modules/disko/luks-lvm.nix +++ b/.modules/disko/luks-lvm.nix @@ -42,7 +42,6 @@ type = "luks"; name = "crypted"; extraOpenArgs = [ "--allow-discards" ]; - keyFile = "/tmp/secret.key"; content = { type = "lvm_pv"; vg = "pool";