fix: missing tpm enabled config from posgt install

This commit is contained in:
Dominik Moritz Roth 2025-08-17 23:20:56 +02:00
parent 5c6ddee629
commit 7beb5bf119

View File

@ -29,6 +29,7 @@ TANG_SERVERS=(
# "https://tang1.example.com your-thumbprint-1" # "https://tang1.example.com your-thumbprint-1"
# "https://tang2.example.com your-thumbprint-2" # "https://tang2.example.com your-thumbprint-2"
) )
TPM_ENABLED=true
TPM_PCR_BANK="sha256" TPM_PCR_BANK="sha256"
TPM_PCR_IDS="0,1,2,3,4,5,6,7,8" TPM_PCR_IDS="0,1,2,3,4,5,6,7,8"
ALMA_USER="null" ALMA_USER="null"