From 7beb5bf119408713b1fae00730b72e94976f7fbc Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 17 Aug 2025 23:20:56 +0200 Subject: [PATCH] fix: missing tpm enabled config from posgt install --- post-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/post-install.sh b/post-install.sh index 2eedfcd..1281403 100755 --- a/post-install.sh +++ b/post-install.sh @@ -29,6 +29,7 @@ TANG_SERVERS=( # "https://tang1.example.com your-thumbprint-1" # "https://tang2.example.com your-thumbprint-2" ) +TPM_ENABLED=true TPM_PCR_BANK="sha256" TPM_PCR_IDS="0,1,2,3,4,5,6,7,8" ALMA_USER="null"