From 9fe808c3fb7e380933d6648625bc5ac97af13f04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 23 Jul 2024 22:25:19 +0300 Subject: [PATCH] Revert "wip: remove recovery key" This reverts commit 86ee6a1eff27343e5339eff6ba4fefcf7c385805. --- 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 24f1a32..d67736d 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"; }; }; };