From 86ee6a1eff27343e5339eff6ba4fefcf7c385805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 23 Jul 2024 22:18:38 +0300 Subject: [PATCH] wip: remove recovery key --- hosts/fwminex/configuration.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"; }; }; };