usb_mod: tpm_tis

This commit is contained in:
Motiejus Jakštys 2024-07-28 20:38:31 +03:00
parent 716be8cdf6
commit 601cabebf2
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ in {
kernelModules = ["kvm-intel"]; kernelModules = ["kvm-intel"];
loader.systemd-boot.enable = true; loader.systemd-boot.enable = true;
initrd = { initrd = {
kernelModules = ["usb_storage"]; kernelModules = ["usb_storage" "tpm_tis"];
availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid" "tpm_tis"]; availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"];
systemd.enableTpm2 = true; systemd.enableTpm2 = true;
luks.devices = { luks.devices = {
luksroot = { luksroot = {