mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Security/TPM] add tpm_tis + tpm_crb to initrd
This commit is contained in:
parent
427c2dd8ef
commit
bab47dd25b
1 changed files with 4 additions and 0 deletions
|
|
@ -21,5 +21,9 @@ in {
|
|||
services.tcsd = mkIf cfg.tpm1_2.enable {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
boot.initrd.availableKernelModules = [
|
||||
"tpm_tis" "tpm_crb"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue