From fc7e66167130c24f44ec0fd9c8a0557e22bf70ca Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 22 Jun 2024 15:43:51 -0400 Subject: [PATCH] rustboro: remove tpm-rng kernel module --- hosts/rustboro/hardware.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/rustboro/hardware.nix b/hosts/rustboro/hardware.nix index 965e0c88..3b43e8f8 100644 --- a/hosts/rustboro/hardware.nix +++ b/hosts/rustboro/hardware.nix @@ -13,7 +13,7 @@ initrd = { availableKernelModules = ["ahci" "ehci_pci" "i915" "rtsx_pci_sdmmc" "sd_mod" "sr_mod" "usb_storage" "xhci_pci"]; - kernelModules = ["i915" "tpm-rng"]; + kernelModules = ["i915"]; }; kernelModules = ["i915" "kvm-intel"];