From f34b877a0e86f1f2a527a027e06a7e907876c89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Jul 2024 20:36:21 +0300 Subject: [PATCH] fwminex: trying tpm2 again --- hosts/fwminex/configuration.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index afb5d46..ca353d5 100644 --- a/hosts/fwminex/configuration.nix +++ b/hosts/fwminex/configuration.nix @@ -22,10 +22,10 @@ in { luksroot = { device = "${nvme}-part3"; allowDiscards = true; - #crypttabExtraOpts = ["tpm2-device=auto"]; # WIP - keyFileOffset = 9728; - keyFileSize = 512; - keyFile = "/dev/sda"; + crypttabExtraOpts = ["tpm2-device=auto"]; + #keyFileOffset = 9728; + #keyFileSize = 512; + #keyFile = "/dev/sda"; }; }; };