[Security/TPM] add tpm_tis + tpm_crb to initrd

This commit is contained in:
Antoine Viallon 2023-08-10 16:41:18 +02:00
parent 427c2dd8ef
commit bab47dd25b
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -21,5 +21,9 @@ in {
services.tcsd = mkIf cfg.tpm1_2.enable {
enable = true;
};
boot.initrd.availableKernelModules = [
"tpm_tis" "tpm_crb"
];
};
}