diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index d67736d..24f1a32 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -23,9 +23,9 @@ in { device = "${nvme}-part3"; allowDiscards = true; #crypttabExtraOpts = ["tpm2-device=auto"]; # WIP - keyFileOffset = 9728; - keyFileSize = 512; - keyFile = "/dev/sda"; + #keyFileOffset = 9728; + #keyFileSize = 512; + #keyFile = "/dev/sda"; }; }; };