From 601cabebf24f3db14d2e6cf0950de7e3987620a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sun, 28 Jul 2024 20:38:31 +0300 Subject: [PATCH] usb_mod: tpm_tis --- hosts/fwminex/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix index ca353d5..cc8da6b 100644 --- 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 = {