commit 601cabebf24f3db14d2e6cf0950de7e3987620a2 (tree) parent 716be8cdf6893ff84ac20615b7efb19190de0a8c Author: Motiejus Jakštys <motiejus@jakstys.lt> Date: Sun, 28 Jul 2024 20:38:31 +0300 usb_mod: tpm_tis Diffstat:
| M | hosts/fwminex/configuration.nix | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix @@ -15,8 +15,8 @@ in { kernelModules = ["kvm-intel"]; loader.systemd-boot.enable = true; initrd = { - kernelModules = ["usb_storage"]; - availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid" "tpm_tis"]; + kernelModules = ["usb_storage" "tpm_tis"]; + availableKernelModules = ["xhci_pci" "thunderbolt" "nvme" "usbhid"]; systemd.enableTpm2 = true; luks.devices = { luksroot = {